Class ValueConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soklet.converter.ValueConversionException
All Implemented Interfaces:
Serializable

Thrown if an error occurs during value conversion.

For example, a ValueConverter for 'from' type String and 'to' type Integer might throw this exception if the 'from' value is "abc".

Author:
Mark Allen
See Also: