com.github.fge.jsonschema.core.exceptions
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.fge.jsonschema.core.exceptions.ProcessingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidSchemaException, JsonReferenceException
public class ProcessingException
- extends Exception
Generic processing exception
Internally, this class always keeps its information in a ProcessingMessage. Note that all messages see their log level set to
LogLevel.FATAL.
- See Also:
ProcessingMessage,
LogLevel,
Serialized Form
ProcessingException
public ProcessingException()
ProcessingException
public ProcessingException(String message)
ProcessingException
public ProcessingException(ProcessingMessage message)
ProcessingException
public ProcessingException(String message,
Throwable e)
ProcessingException
public ProcessingException(ProcessingMessage message,
Throwable e)
getMessage
public final String getMessage()
- Overrides:
getMessage in class Throwable
getShortMessage
public final String getShortMessage()
getProcessingMessage
public final ProcessingMessage getProcessingMessage()