|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
au.gov.nehta.vendorlibrary.clinicalpackage.util.MemberException
public class MemberException
Thrown to indicate that a Member has been passed an illegal or inappropriate argument.
| 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 |
|---|
public MemberException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
MemberException with the supplied errors.
errorMap - the errors (type Map) causing the exception.| Method Detail |
|---|
public final java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||