|
Exception Summary |
| ConversionException |
This exception may be thrown by PropertyConverters, when an attempted
conversion fails. |
| MissingTypeException |
This exception may be thrown by PropertyConverters, if a conversion is
attempted without type (class). |
| NoAvailableConverterException |
This exception may be thrown by PropertyConverters, if a conversion
is attempted for a type (class), that has no registered PropertyConverter. |
| TypeMismathException |
This exception may be thrown by PropertyConverters, if a conversion
is attempted on the wrong type (class). |