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

E17060-01

oracle.odi.domain.xrefs.expression
Class IllegalExpressionObjectException

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.domain.xrefs.expression.IllegalExpressionObjectException
All Implemented Interfaces:
java.io.Serializable

public class IllegalExpressionObjectException
extends OdiRuntimeException

Thrown when attempting to create an expression from an object that has an illegal expression representation.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
IllegalExpressionObjectException(java.lang.Object pObject, com.sunopsis.language.SnpsLanguage pLanguage)
          Create a new IllegalExpressionObjectException.
IllegalExpressionObjectException(java.lang.String pMessage, java.lang.Object pObject, com.sunopsis.language.SnpsLanguage pLanguage)
          Create a new IllegalExpressionObjectException.
 
Method Summary
 com.sunopsis.language.SnpsLanguage getLanguage()
          Returns the language.
 java.lang.Object getObject()
          Returns the object.
 
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

IllegalExpressionObjectException

public IllegalExpressionObjectException(java.lang.Object pObject,
                                        com.sunopsis.language.SnpsLanguage pLanguage)
Create a new IllegalExpressionObjectException.

Parameters:
pObject - the object
pLanguage - the language

IllegalExpressionObjectException

public IllegalExpressionObjectException(java.lang.String pMessage,
                                        java.lang.Object pObject,
                                        com.sunopsis.language.SnpsLanguage pLanguage)
Create a new IllegalExpressionObjectException.

Parameters:
pMessage - a message
pObject - the object
pLanguage - the language
Method Detail

getLanguage

public com.sunopsis.language.SnpsLanguage getLanguage()
Returns the language.

Returns:
the language definition

getObject

public java.lang.Object getObject()
Returns the object.

Returns:
the object

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

E17060-01

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