|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionException | |
net.sf.jec |
Uses of ConversionException in net.sf.jec |
Methods in net.sf.jec that throw ConversionException | |
static java.lang.Object |
ObjectConverter.convert(java.lang.Object value,
java.lang.Class targetClass)
|
static int |
ObjectConverter.toInt(java.lang.Number obj)
Converts a number into an int basic type |
static int |
ObjectConverter.toInt(java.lang.Object obj)
Converts an Object into an int basic type |
static double |
ObjectConverter.toDouble(java.lang.Number obj)
Converts a number into a double basic type |
static double |
ObjectConverter.toDouble(java.lang.Object obj)
Converts an Object into a double basic type |
static boolean |
ObjectConverter.toBoolean(java.lang.Object obj)
Converts an object into a boolean basic type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |