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
 
 public class ConversionException extends BindingException Signals a value conversion failure.- Since:
- 0.6
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConversionException(String message)ConversionException(String message, Throwable cause)ConversionException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-