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
General exception to serve as the root
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYamlEngineException
(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
-
Constructor Details
-
YamlEngineException
Create- Parameters:
message
- - the problem
-
YamlEngineException
Create- Parameters:
cause
- - the reason
-
YamlEngineException
Create- Parameters:
message
- - errorcause
- - the cause
-