Class InvalidParameterTypeException

Object
All Implemented Interfaces:
Serializable

Thrown by ParameterValue getter methods when a value cannot be casted to the requested type. For example, this exception is thrown when ParameterValue.doubleValue() is invoked but the value is not convertible to a double.
Note: this exception is of kind IllegalStateException instead of IllegalArgumentException because it is not caused by a bad argument. It is rather a consequence of a zero-argument method invoked in a context where it is not allowed.
This exception is typically thrown by the following methods:
Since:
1.0
See Also: