Serializable
MarkedYAMLException
@Deprecated public class YAMLException extends JacksonYAMLParseException
YAMLException
.Constructor | Description |
---|---|
YAMLException(com.fasterxml.jackson.core.JsonParser p,
org.yaml.snakeyaml.error.YAMLException src) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static YAMLException |
from(com.fasterxml.jackson.core.JsonParser p,
org.yaml.snakeyaml.error.YAMLException src) |
Deprecated.
|
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public YAMLException(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.YAMLException src)
public static YAMLException from(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.YAMLException src)
Copyright © 2018. All rights reserved.