Class JacksonYAMLParseException
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
com.fasterxml.jackson.dataformat.yaml.JacksonYAMLParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
YAMLException
public class JacksonYAMLParseException
extends com.fasterxml.jackson.core.JsonParseException
- Since:
- 2.8
- See Also:
-
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayloadFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
ConstructorsConstructorDescriptionJacksonYAMLParseException(com.fasterxml.jackson.core.JsonParser p, String msg, Exception e) -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonParseException
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayloadMethods inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_currentLocationMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JacksonYAMLParseException
-