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