|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.internal.util.MessageHandle
oracle.odi.interfaces.interactive.exceptions.InterfaceExceptionMsgHandle
public class InterfaceExceptionMsgHandle
Message handle for the odi_interface resource bundle. Each exception using the interface resource bundle for message translation must accept an instance of this class as a parameter, e.g. throw new VetoActionException(new InterfaceExceptionMsgHandle("ODI_10001"))
| Constructor Summary | |
|---|---|
InterfaceExceptionMsgHandle(java.lang.String pMessageKey)Create an instance of MessageHandle. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.odi.internal.util.MessageHandle |
|---|
getAction, getCause, getMessage, getMessageID, getMessageKey |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceExceptionMsgHandle(java.lang.String pMessageKey)
MessageHandle.
pMessageKey - the message key in resource bundle
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||