public final class JsonSchemaException extends Exception
Note that all constructors of this class take a ValidationMessage
as an argument.
| Constructor and Description |
|---|
JsonSchemaException(ValidationMessage validationMessage) |
JsonSchemaException(ValidationMessage message,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
ValidationMessage |
getValidationMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic JsonSchemaException(ValidationMessage message, Exception e)
public JsonSchemaException(ValidationMessage validationMessage)
public ValidationMessage getValidationMessage()
public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2012. All Rights Reserved.