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) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
Message |
getValidationMessage() |
String |
toString() |
static JsonSchemaException |
wrap(Message message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public JsonSchemaException(Message message)
public static JsonSchemaException wrap(Message message, Throwable e)
public Message getValidationMessage()
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2013. All Rights Reserved.