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
ConstructorsModifierConstructorDescriptionprotectedMarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) protectedMarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note) protectedMarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause) protectedMarkedYAMLException(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:
getMessagein classThrowable
-
toString
-
getContext
-
getContextMark
-
getProblem
-
getProblemMark
-