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
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
-
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:
getMessagein classThrowable
-
toString
-
getContext
-
getContextMark
-
getProblem
-
getProblemMark
-