com.github.fge.jsonschema.exceptions
Class InvalidInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.fge.jsonschema.core.exceptions.ProcessingException
com.github.fge.jsonschema.exceptions.InvalidInstanceException
- All Implemented Interfaces:
- Serializable
public final class InvalidInstanceException
- extends com.github.fge.jsonschema.core.exceptions.ProcessingException
Exception thrown by the validation process when an instance is invalid
- See Also:
- Serialized Form
Methods inherited from class com.github.fge.jsonschema.core.exceptions.ProcessingException |
getMessage, getProcessingMessage, getShortMessage |
InvalidInstanceException
public InvalidInstanceException(com.github.fge.jsonschema.core.report.ProcessingMessage message)