|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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.exception.OdiUncheckedException
public abstract class OdiUncheckedException
Top level ODI SDK's unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI SDK. This class is abstract to force the programmer to extend the class.
OdiUncheckedExceptions are used to report a usually unrecoverable condition, while OdiUncheckedExceptions are used to report a usually recoverable condition.
OdiUncheckedException provides I18N support to the exception messages using JDK's ResourceBundle.
Note: this class is not intended to be sub-classed by ODI SDK clients.
| Method Summary | |
|---|---|
java.lang.String |
getErrorID()Gets this exception's error ID. |
oracle.odi.internal.util.MessageHandle |
getErrorMsgHandle()Gets the error message handle. |
java.lang.String |
getLocalizedMessage()Gets this exception's error message for the default locale. |
java.lang.String |
getLocalizedMessage(java.util.Locale pLocale)Gets this exception's error message for the given locale. |
java.lang.String |
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 |
| Method Detail |
|---|
public java.lang.String getLocalizedMessage(java.util.Locale pLocale)
getLocalizedMessage(Locale) then the message will be returned in the locale provided, otherwise it will be returned in the default locale.pLocale - locale in which to return error message, or null if undefined (default locale will then be used)public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.ThrowablegetLocalizedMessage(Locale)public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic oracle.odi.internal.util.MessageHandle getErrorMsgHandle()
public java.lang.String getErrorID()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||