Package net.jimblackler.jsonschemafriend
Class DivisibleByError
- java.lang.Object
-
- net.jimblackler.jsonschemafriend.ValidationError
-
- net.jimblackler.jsonschemafriend.DivisibleByError
-
public class DivisibleByError extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description DivisibleByError(java.net.URI uri, java.lang.Object document, 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
-
DivisibleByError
public DivisibleByError(java.net.URI uri, java.lang.Object document, Schema schema)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessagein classValidationError
-
-