SerializableComposerException, ConstructorException, ParserException, ScannerExceptionpublic class MarkedYAMLException extends YAMLException
| Modifier | Constructor | Description |
|---|---|---|
protected |
MarkedYAMLException(String context,
Mark contextMark,
String problem,
Mark problemMark) |
|
protected |
MarkedYAMLException(String context,
Mark contextMark,
String problem,
Mark problemMark,
String note) |
|
protected |
MarkedYAMLException(String context,
Mark contextMark,
String problem,
Mark problemMark,
String note,
Throwable cause) |
|
protected |
MarkedYAMLException(String context,
Mark contextMark,
String problem,
Mark problemMark,
Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getContext() |
|
Mark |
getContextMark() |
|
String |
getMessage() |
|
String |
getProblem() |
|
Mark |
getProblemMark() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note)
protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause)
protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark)
Copyright © 2008–2018. All rights reserved.