Class JacksonYAMLParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- 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:
java.io.Serializable
- Direct Known Subclasses:
YAMLException
public class JacksonYAMLParseException extends com.fasterxml.jackson.core.JsonParseException
- Since:
- 2.8
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JacksonYAMLParseException(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, java.lang.Exception e)
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-