Class InvalidParameterTypeException

All Implemented Interfaces:
Serializable

public class InvalidParameterTypeException extends IllegalStateException
Thrown by Parameter­Value getter methods when a value cannot be casted to the requested type. For example this exception is thrown when Parameter­Value​.double­Value() is invoked but the value is not convertible to a double.
Since:
1.0
See Also:
  • Constructor Details

    • InvalidParameterTypeException

      public InvalidParameterTypeException(String message, String parameterName)
      Creates an exception with the specified message and parameter name.
      Parameters:
      message - The detail message. The detail message is saved for later retrieval by the Throwable​.get­Message() method.
      parameter­Name - The parameter name.
  • Method Details

    • getParameterName

      public String getParameterName()
      Returns the parameter name.
      Returns:
      The parameter name.