au.gov.nehta.vendorlibrary.clinicalpackage.util
Class MemberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by au.gov.nehta.vendorlibrary.clinicalpackage.util.MemberException
All Implemented Interfaces:
java.io.Serializable

public class MemberException
extends java.lang.RuntimeException

Thrown to indicate that a Member has been passed an illegal or inappropriate argument.

See Also:
Serialized Form

Constructor Summary
MemberException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
          Constructs a MemberException with the supplied errors.
 
Method Summary
 java.lang.String toString()
          String representation of the exception's contents.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemberException

public MemberException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
Constructs a MemberException with the supplied errors.

Parameters:
errorMap - the errors (type Map) causing the exception.
Method Detail

toString

public final java.lang.String toString()
String representation of the exception's contents.

Overrides:
toString in class java.lang.Throwable
Returns:
formatted member exception (type String).