Package org.yaml.snakeyaml.error
Class MarkedYAMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yaml.snakeyaml.error.YAMLException
org.yaml.snakeyaml.error.MarkedYAMLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComposerException
,ConstructorException
,ParserException
,ScannerException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
context
-
contextMark
-
problem
-
problemMark
-
note
-
-
Constructor Details
-
MarkedYAMLException
-
MarkedYAMLException
-
MarkedYAMLException
-
MarkedYAMLException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-
getContext
-
getContextMark
-
getProblem
-
getProblemMark
-