Package com.bc.ceres.binding
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bc.ceres.binding.BindingException
com.bc.ceres.binding.ConversionException
- All Implemented Interfaces:
Serializable
Signals a value conversion failure.
- Since:
- 0.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException
(String message) ConversionException
(String message, Throwable cause) ConversionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
-
ConversionException
-
ConversionException
-