Package com.floragunn.codova.documents
Class DocumentParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.codova.validation.ConfigValidationException
-
- com.floragunn.codova.documents.DocumentParseException
-
- All Implemented Interfaces:
Document<ConfigValidationException>,Serializable
public class DocumentParseException extends ConfigValidationException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentParseException.DocParseError
-
Constructor Summary
Constructors Constructor Description DocumentParseException(com.fasterxml.jackson.core.JsonProcessingException jsonProcessingException, Format format)DocumentParseException(ValidationError validationError)DocumentParseException(String attribute, com.fasterxml.jackson.core.JsonProcessingException jsonProcessingException, Format format)
-
Method Summary
-
Methods inherited from class com.floragunn.codova.validation.ConfigValidationException
getValidationErrors, toBasicObject, toDebugString, toMap, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, 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
-
-
-
-
Constructor Detail
-
DocumentParseException
public DocumentParseException(ValidationError validationError)
-
DocumentParseException
public DocumentParseException(com.fasterxml.jackson.core.JsonProcessingException jsonProcessingException, Format format)
-
-