|
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.core.exception.OdiRuntimeException
oracle.odi.generation.OdiVariableTextGeneratorException
public class OdiVariableTextGeneratorException
Runtime exception thrown when the generation of variable text failed.
| Constructor Summary | |
|---|---|
OdiVariableTextGeneratorException(java.lang.String pMessage)Constructs OdiVariableTextGeneratorException with message. |
|
OdiVariableTextGeneratorException(java.lang.String pMessage, java.lang.Throwable pCause)Constructs OdiVariableTextGeneratorException with message and cause. |
|
OdiVariableTextGeneratorException(java.lang.Throwable pCause)Constructs OdiVariableTextGeneratorException with cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 OdiVariableTextGeneratorException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - Error message.pCause - Underlying cause of the exception.public OdiVariableTextGeneratorException(java.lang.String pMessage)
pMessage - Error message.public OdiVariableTextGeneratorException(java.lang.Throwable pCause)
pCause - Underlying cause of the exception.
|
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 | |||||||||