Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.generation
Class OdiVariableTextGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException
                  extended by oracle.odi.generation.OdiVariableTextGeneratorException

All Implemented Interfaces:
java.io.Serializable

public class OdiVariableTextGeneratorException
extends OdiRuntimeException

Runtime exception thrown when the generation of variable text failed.

Since:
11.1.1.5.0
See Also:
Serialized Form

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

OdiVariableTextGeneratorException

public OdiVariableTextGeneratorException(java.lang.String pMessage,
                                         java.lang.Throwable pCause)
Constructs OdiVariableTextGeneratorException with message and cause.
Parameters:
pMessage - Error message.
pCause - Underlying cause of the exception.

OdiVariableTextGeneratorException

public OdiVariableTextGeneratorException(java.lang.String pMessage)
Constructs OdiVariableTextGeneratorException with message.
Parameters:
pMessage - Error message.

OdiVariableTextGeneratorException

public OdiVariableTextGeneratorException(java.lang.Throwable pCause)
Constructs OdiVariableTextGeneratorException with cause.
Parameters:
pCause - Underlying cause of the exception.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.