|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| 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.odi.core.exception.OdiRuntimeException
oracle.odi.exception.OdiUncheckedException
oracle.odi.interfaces.interactive.exceptions.OdiIllegalArgumentException
Deprecated. use InterfaceIllegalArgumentException
@Deprecated
public class OdiIllegalArgumentException
OdiIllegalArgumentException is an ODI replacement for IllegalArgumentException. It incorporates the MessageHandle object used to encapsulate a more detailed exception type required by Fusion MiddleWare (FMW). A specific MessageHandle subclass is required, and a MessageHandle is associated with a specific resource bundle. By default, the odi_interface resource bundle will be used, otherwise a specific MessageHandle may be used with the constructor.
| Constructor Summary | |
|---|---|
OdiIllegalArgumentException(oracle.odi.internal.util.MessageHandle pErrorMsg, java.lang.Object... pMsgArgs)Deprecated. Create a new InterfaceIllegalArgumentException. |
|
OdiIllegalArgumentException(java.lang.String pErrorMsgKey, java.lang.Object... pMsgArgs)Deprecated. Create a new InterfaceIllegalArgumentException, using the odi_interface resource bundle. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.odi.exception.OdiUncheckedException |
|---|
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 OdiIllegalArgumentException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object... pMsgArgs)
InterfaceIllegalArgumentException.
pErrorMsg - error message handlepMsgArgs - message arguments, if any
public OdiIllegalArgumentException(java.lang.String pErrorMsgKey,
java.lang.Object... pMsgArgs)
InterfaceIllegalArgumentException, using the odi_interface resource bundle.
pErrorMsg - error message keypMsgArgs - message arguments, if any
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||