Serializable
ComposerException
, ConstructorException
, ParserException
, ScannerException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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)
Copyright © 2008–2018. All rights reserved.