Illegal Paramter Type Exception.
More...
Public Member Functions | |
IllegalParamterTypeException (String paramName) | |
Creates a new instance of IllegalType. | |
String | getParamName () |
Fetch the Paramter Name for which the value passed was invalid. | |
Private Attributes | |
String | _paramName |
Illegal Paramter Type Exception.
indicates the condition when an illegal typed parameter has been passed to a Record Set
Definition at line 18 of file IllegalParamterTypeException.java.
dochelper.exceptions.IllegalParamterTypeException.IllegalParamterTypeException | ( | String | paramName | ) |
Creates a new instance of IllegalType.
paramName |
Definition at line 25 of file IllegalParamterTypeException.java.
String dochelper.exceptions.IllegalParamterTypeException.getParamName | ( | ) |
Fetch the Paramter Name for which the value passed was invalid.
Definition at line 33 of file IllegalParamterTypeException.java.
String dochelper.exceptions.IllegalParamterTypeException._paramName [private] |
Definition at line 20 of file IllegalParamterTypeException.java.