Class JsonExtractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.exc.StreamReadException
com.fasterxml.jackson.core.JsonParseException
edu.suffolk.litlab.efspserver.docassemble.JsonExtractException
- All Implemented Interfaces:
Serializable
public class JsonExtractException
extends com.fasterxml.jackson.core.JsonParseException
- See Also:
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayload
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorsConstructorDescriptionJsonExtractException
(com.fasterxml.jackson.core.JsonParser p, FilingError err) -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonParseException
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JsonExtractException
-
-
Method Details
-
getError
-