Package org.yaml.snakeyaml.error
Class YAMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yaml.snakeyaml.error.YAMLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmitterException
,MarkedYAMLException
,MissingEnvironmentVariableException
,ReaderException
,SerializerException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionYAMLException
(String message) YAMLException
(String message, Throwable cause) YAMLException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
YAMLException
-
YAMLException
-
YAMLException
-