| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.wles.BaseException
com.wles.BadParameterException
Indicates that there was an error in one of the supplied parameters.
| Constructor Summary | |
| BadParameterException()Constructs a BadParameterException | |
| BadParameterException(java.lang.String msg)Constructs a BadParameterException | |
| BadParameterException(java.lang.String msg,
                      int parmNum)Constructs a BadParameterException | |
| Method Summary | |
|  int | getParameterNumber()Get the parameter number which caused the error. | 
| 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 | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public BadParameterException()
public BadParameterException(java.lang.String msg)
msg - error message
public BadParameterException(java.lang.String msg,
                             int parmNum)
msg - error messageparmNum - index of the parameter which caued the error| Method Detail | 
public int getParameterNumber()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||