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:
-
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
-
Constructor Details
-
MarkedYAMLException
-
MarkedYAMLException
-
MarkedYAMLException
-
MarkedYAMLException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-
getContext
-
getContextMark
-
getProblem
-
getProblemMark
-