| 
 | Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.jbo.JboException
                          |
                          +--oracle.jbo.InvalidParamException
Indicates that an attempt has been made to pass an parameter of an invalid type to a method.
| Constructor Summary | |
| InvalidParamException(java.lang.String methodName,
                      java.lang.String paramName,
                      java.lang.String value)Creates an exception to be localized using CSMessageBundleand error codeEXC_INVALID_PARAMETER. | |
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, 
getLocalizedMessage, 
toString | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public InvalidParamException(java.lang.String methodName,
                             java.lang.String paramName,
                             java.lang.String value)
CSMessageBundle
 and error code EXC_INVALID_PARAMETER.methodName - the method, the first message parameter.paramName - the parameter passed to the method, the second message parameter.defName - an explanation for the failure, the third message parameter.| 
 | Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||