Package com.twelvemonkeys.util.convert
-
Interface Summary Interface Description PropertyConverter Converts strings to objects and back. -
Class Summary Class Description Converter The converter (singleton).ConverterImpl The converter (singleton).DateConverter Converts strings to dates and back.DefaultConverter Converts strings to objects and back.NumberConverter Converts strings to numbers and back.TimeConverter Converts strings to times and back. -
Exception Summary Exception Description ConversionException This exception may be thrown by PropertyConverters, when an attempted conversion fails.MissingTypeException This exception may be thrown byPropertyConverter
s, if a conversion is attempted without type (class).NoAvailableConverterException This exception may be thrown byPropertyConverter
s, if a conversion is attempted for a type (class), that has no registeredPropertyConverter
.TypeMismathException This exception may be thrown byPropertyConverter
s, if a conversion is attempted on the wrong type (class).