Class InvalidParameterValueException

Object
All Implemented Interfaces:
Serializable

Thrown by ParameterValue setter methods when they are given an invalid value. The value may be invalid because it is not assignable to the Java value class, not a member of the valid values set, or any other reason. This exception is typically thrown by the following methods:
Since:
1.0
See Also: