Package com.twelvemonkeys.util.convert
package com.twelvemonkeys.util.convert
-
ClassDescriptionThis exception may be thrown by PropertyConverters, when an attempted conversion fails.The converter (singleton).Converts strings to dates and back.Converts strings to objects and back.This exception may be thrown by
PropertyConverter
s, if a conversion is attempted without type (class).This exception may be thrown byPropertyConverter
s, if a conversion is attempted for a type (class), that has no registeredPropertyConverter
.Converts strings to numbers and back.Converts strings to objects and back.Converts strings to times and back.This exception may be thrown byPropertyConverter
s, if a conversion is attempted on the wrong type (class).