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 ObjectBeanUtil.convertValueToType(Object pValue, Class<?> pType) -
Uses of ConversionException in com.twelvemonkeys.util.convert
Subclasses of ConversionException in com.twelvemonkeys.util.convertModifier and TypeClassDescriptionclassThis exception may be thrown byPropertyConverters, if a conversion is attempted without type (class).classThis exception may be thrown byPropertyConverters, if a conversion is attempted for a type (class), that has no registeredPropertyConverter.classThis exception may be thrown byPropertyConverters, 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 ObjectConverts 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 StringConverts 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