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, withRequestPayloadclearLocation, getLocation, getMessageSuffix, getOriginalMessage, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracefromprotected 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.