|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
au.gov.nehta.vendorlibrary.mdm.util.MDMValidationException
public final class MDMValidationException
MDMValidationException
Custom exception used when validating and verifying various aspects of a
package.
Constructor Summary | |
---|---|
MDMValidationException(java.lang.String message,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> failMessages)
Constructs a MDMValidationException . |
Method Summary | |
---|---|
int |
size()
Returns the size of the failed message list. |
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 MDMValidationException(java.lang.String message, java.util.Map<java.lang.String,java.util.List<java.lang.String>> failMessages)
MDMValidationException
.
message
- Summary exception message.failMessages
- Map
of failed variable(s) and the reason(s) that caused their failures.Method Detail |
---|
public int size()
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 |