|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dochelper.exceptions.IllegalParamterTypeException
public class IllegalParamterTypeException
The class Illegal Paramter Type Exception.
indicates the
condition when an illegal typed parameter has been passed to a Record Set
Field Summary | |
---|---|
private java.lang.String |
_paramName
|
Constructor Summary | |
---|---|
IllegalParamterTypeException(java.lang.String paramName)
Creates a new instance of IllegalType |
Method Summary | |
---|---|
java.lang.String |
getParamName()
Fetch the Paramter Name for which the value passed was invalid. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String _paramName
Constructor Detail |
---|
public IllegalParamterTypeException(java.lang.String paramName)
paramName
- Method Detail |
---|
public java.lang.String getParamName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |