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:
java.io.Serializable
- Direct Known Subclasses:
EmitterException,MarkedYAMLException,MissingEnvironmentVariableException,ReaderException,SerializerException
public class YAMLException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description YAMLException(java.lang.String message)YAMLException(java.lang.String message, java.lang.Throwable cause)YAMLException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-