public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(JSONValue aCulprit,
String aRule) |
ValidationException(String aComments,
JSONValue aCulprit,
String aRule) |
| Modifier and Type | Method and Description |
|---|---|
JSONValue |
getCulprit() |
String |
getMessage() |
String |
getValidationRule() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JSONValue getCulprit()
public String getValidationRule()
public String getMessage()
getMessage in class ThrowableCopyright © 2013. All Rights Reserved.