Serializable
@Deprecated public class MarkedYAMLException extends YAMLException
YAMLException
.Modifier and Type | Field | Description |
---|---|---|
protected org.yaml.snakeyaml.error.MarkedYAMLException |
_source |
Deprecated.
|
Modifier | Constructor | Description |
---|---|---|
protected |
MarkedYAMLException(com.fasterxml.jackson.core.JsonParser p,
org.yaml.snakeyaml.error.MarkedYAMLException src) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static MarkedYAMLException |
from(com.fasterxml.jackson.core.JsonParser p,
org.yaml.snakeyaml.error.MarkedYAMLException src) |
Deprecated.
|
String |
getContext() |
Deprecated.
|
Mark |
getContextMark() |
Deprecated.
|
String |
getProblem() |
Deprecated.
|
Mark |
getProblemMark() |
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
from
protected final org.yaml.snakeyaml.error.MarkedYAMLException _source
protected MarkedYAMLException(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src)
public static MarkedYAMLException from(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src)
public String getContext()
public Mark getContextMark()
public String getProblem()
public Mark getProblemMark()
Copyright © 2018. All rights reserved.