Class MarkedYAMLException
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
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException
- All Implemented Interfaces:
Serializable
Deprecated.
Since 2.8
Replacement for formerly shaded exception type from SnakeYAML; included
in 2.8 solely for backwards compatibility: new code that relies on Jackson 2.8
and after should NOT use this type but only base type
JacksonYAMLParseException
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.yaml.snakeyaml.error.MarkedYAMLException
Deprecated.private static final long
Deprecated.Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayload
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MarkedYAMLException
(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkedYAMLException
from
(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException
from
Methods inherited from class com.fasterxml.jackson.core.JsonParseException
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
Methods inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_currentLocation
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
_source
protected final org.yaml.snakeyaml.error.MarkedYAMLException _sourceDeprecated.
-
-
Constructor Details
-
MarkedYAMLException
protected MarkedYAMLException(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src) Deprecated.
-
-
Method Details
-
from
public static MarkedYAMLException from(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src) Deprecated. -
getContext
Deprecated. -
getContextMark
Deprecated. -
getProblem
Deprecated. -
getProblemMark
Deprecated.
-