Class YamlEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.snakeyaml.engine.v2.exceptions.YamlEngineException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmitterException,MarkedYamlEngineException,MissingEnvironmentVariableException,ReaderException,RepresenterException,YamlVersionException
public class YamlEngineException extends RuntimeException
General exception to serve as the root- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlEngineException(String message)CreateYamlEngineException(String message, Throwable cause)CreateYamlEngineException(Throwable cause)Create
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-