Package org.spincast.core.exceptions
Class CantCompareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spincast.core.exceptions.CantCompareException
- All Implemented Interfaces:
Serializable
Exception thrown when an element from an JsonObject
or from an JsonArray can't be compared to another.
- See Also:
-
Constructor Summary
ConstructorDescriptionCantCompareException
(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
-
CantCompareException
Constructor
-
-
Method Details
-
getActualType
-
getInvalidTargetType
-
getValue
-