Package com.ubs.backend.annotations.json
Class ElementTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ubs.backend.annotations.json.ElementTypeException
- All Implemented Interfaces:
Serializable
This exception will be throws if an Object was handled with the wrong handler
- See Also:
JsonField,ElementHandler, Serialized Form
-
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
-
ElementTypeException
Constructor to throw the Exception- Parameters:
message- the message which will be shown
-