Uses of Class
com.twelvemonkeys.util.convert.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in com.twelvemonkeys.lang
Methods in com.twelvemonkeys.lang that throw ConversionExceptionModifier and TypeMethodDescriptionprivate static Object
BeanUtil.convertValueToType
(Object pValue, Class<?> pType) -
Uses of ConversionException in com.twelvemonkeys.util.convert
Subclasses of ConversionException in com.twelvemonkeys.util.convertModifier and TypeClassDescriptionclass
This exception may be thrown byPropertyConverter
s, if a conversion is attempted without type (class).class
This exception may be thrown byPropertyConverter
s, if a conversion is attempted for a type (class), that has no registeredPropertyConverter
.class
This exception may be thrown byPropertyConverter
s, if a conversion is attempted on the wrong type (class).Methods in com.twelvemonkeys.util.convert that throw ConversionExceptionModifier and TypeMethodDescriptionConverts the string to an object of the given type.abstract Object
Converts the string to an object of the given type, parsing after the given format.Converts the string to an object of the given type, parsing after the given format.Converts the string to a date, using the given format for parsing.Converts the string to an object of the given type.Converts the string to a number, using the given format for parsing.Converts the string to an object, using the given format for parsing.Converts the string to a time, using the given format for parsing.Converts the object to a string, usingobject.toString()
abstract String
Converts the object to a string, usingobject.toString()
Converts the object to a string, usingobject.toString()
Converts the object to a string, using the given formatConverts the object to a string, usingpObject.toString()
.Converts the object to a string, using the given formatConverts the object to a string, using the given formatConverts the object to a string, using the given format