UnsupportedConversionExceptionpublic class UnsupportedConversionException extends Exception This exception is thrown when trying to call a get method on an
instance of a Value subclass with a return type that's not supported
for the data type represented by the subclass. |
Constructors Summary |
---|
public UnsupportedConversionException(String message)
super(message);
|
|