Package dev.voidframework.core.exception
Class YamlException.FromYamlConversionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.YamlException
dev.voidframework.core.exception.YamlException.FromYamlConversionFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- YamlException
Exception indicates that conversion from YAML just fail.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.YamlException
YamlException.FromYamlConversionFailure, YamlException.ToStringConversionFailure, YamlException.ToYamlConversionFailure -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FromYamlConversionFailure
Build a new instance.- Parameters:
cause- The cause
-