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
public class MarkedYAMLException extends YAMLException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMarkedYAMLException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()MarkgetContextMark()StringgetMessage()StringgetProblem()MarkgetProblemMark()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
MarkedYAMLException
protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note)
-
MarkedYAMLException
protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause)
-
MarkedYAMLException
protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark)
-
-