Package org.spincast.core.exceptions
Class CantConvertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spincast.core.exceptions.CantConvertException
- All Implemented Interfaces:
Serializable
Exception thrown when an element from a JsonObject
or from a JsonArray can't be converted to the
requested type.
- See Also:
-
Constructor Summary
ConstructorDescriptionCantConvertException
(String actualType, String invalidTargetType, Object value) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CantConvertException
Constructor
-
-
Method Details
-
getActualType
-
getInvalidTargetType
-
getValue
-