Package dev.voidframework.core.exception
Class JsonException.ToJsonConversionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.JsonException
dev.voidframework.core.exception.JsonException.ToJsonConversionFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JsonException
Exception indicates that conversion to JSON just fail.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.JsonException
JsonException.FromJsonConversionFailure, JsonException.ToJsonConversionFailure, JsonException.ToStringConversionFailure -
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
-
ToJsonConversionFailure
Build a new instance.- Parameters:
cause- The cause
-