Package net.jimblackler.jsonschemafriend
Class UnexpectedTypeError
- java.lang.Object
-
- net.jimblackler.jsonschemafriend.ValidationError
-
- net.jimblackler.jsonschemafriend.UnexpectedTypeError
-
public class UnexpectedTypeError extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description UnexpectedTypeError(java.net.URI uri, java.lang.Object document, java.lang.Object object, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()-
Methods inherited from class net.jimblackler.jsonschemafriend.ValidationError
getDocument, getObject, getSchema, getUri, toString, truncate
-
-
-
-
Constructor Detail
-
UnexpectedTypeError
public UnexpectedTypeError(java.net.URI uri, java.lang.Object document, java.lang.Object object, Schema schema)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessagein classValidationError
-
-