Class MissingAttribute
- java.lang.Object
-
- com.floragunn.codova.validation.errors.ValidationError
-
- com.floragunn.codova.validation.errors.MissingAttribute
-
- All Implemented Interfaces:
Document<ValidationError>
public class MissingAttribute extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description MissingAttribute(String attribute)MissingAttribute(String attribute, Object jsonNode)
-
Method Summary
-
Methods inherited from class com.floragunn.codova.validation.errors.ValidationError
cause, clone, docNode, expected, getAttribute, getCause, getDocNode, getExpected, getExpectedAsString, getMessage, message, parse, parseArray, setAttribute, toBasicObject, toString, toValidationErrorsOverviewString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.floragunn.codova.documents.Document
meta, toBytes, toDeepBasicObject, toDocNode, toJsonString, toPrettyJsonString, toSmile, toString, toYamlString
-
-