|
|||||||||
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.SubmissionSetException
public final class SubmissionSetException
Thrown to indicate that a SubmissionSet
has been passed an illegal or inappropriate argument.
Constructor Summary | |
---|---|
SubmissionSetException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
Constructs a SubmissionSetException 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 SubmissionSetException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> errorMap)
SubmissionSetException
with the supplied errors.
errorMap
- the errors (type Map
) causing the exception.Method Detail |
---|
public 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 |