|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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.
Field Summary |
Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
Constructor Summary | |
InvalidParamException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params) | |
InvalidParamException(java.lang.String methodName, java.lang.String paramName, java.lang.Object value, java.lang.String explanation) Creates an exception to be localized using CSMessageBundle and error code EXC_INVALID_PARAMETER . | |
InvalidParamException(java.lang.String methodName, java.lang.String paramName, java.lang.String value) Creates an exception to be localized using CSMessageBundle and error code EXC_INVALID_PARAMETER . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, 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 name the method to which the invalid parameter is passed.paramName
- the name of the parameter.value
- the parameter value which is determined to be invalid.public InvalidParamException(java.lang.String methodName, java.lang.String paramName, java.lang.Object value, java.lang.String explanation)
CSMessageBundle
and error code EXC_INVALID_PARAMETER
.methodName
- the name the method to which the invalid parameter is passed.paramName
- the name of the parameter.value
- the parameter value which is determined to be invalid.explanation
- an explanation for the failure.public InvalidParamException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.