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:
-
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
-
Constructor Details
-
YAMLException
-
YAMLException
-
YAMLException
-