Package jodd.typeconverter
Class TypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.typeconverter.TypeConversionException
- All Implemented Interfaces:
Serializable
Type conversion exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jodd.exception.UncheckedException
UncheckedException.CallableVoid -
Field Summary
Fields inherited from class jodd.exception.UncheckedException
cause, CAUSE_DIV, showCauseDetails -
Constructor Summary
ConstructorsConstructorDescriptionTypeConversionException(Object value) TypeConversionException(Object value, Throwable t) TypeConversionException(String message) TypeConversionException(String message, Throwable t) -
Method Summary
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
TypeConversionException
-
TypeConversionException
-
TypeConversionException
-
TypeConversionException
-
TypeConversionException
-