|
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
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Deprecated. replaced with DomainRuntimeException
@Deprecated
public class IllegalExpressionObjectException
Thrown when attempting to create an expression from an object that has an illegal expression representation.
| Constructor Summary | |
|---|---|
IllegalExpressionObjectException(java.lang.Object pObject, com.sunopsis.language.SnpsLanguage pLanguage)Deprecated. Create a new IllegalExpressionObjectException. |
|
IllegalExpressionObjectException(java.lang.String pMessage, java.lang.Object pObject, com.sunopsis.language.SnpsLanguage pLanguage)Deprecated. Create a new IllegalExpressionObjectException. |
|
| Method Summary | |
|---|---|
com.sunopsis.language.SnpsLanguage |
getLanguage()Deprecated. Returns the language. |
java.lang.Object |
getObject()Deprecated. 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 |
|---|
public IllegalExpressionObjectException(java.lang.Object pObject,
com.sunopsis.language.SnpsLanguage pLanguage)
IllegalExpressionObjectException.
pObject - the objectpLanguage - the language
public IllegalExpressionObjectException(java.lang.String pMessage,
java.lang.Object pObject,
com.sunopsis.language.SnpsLanguage pLanguage)
IllegalExpressionObjectException.
pMessage - a messagepObject - the objectpLanguage - the language| Method Detail |
|---|
public com.sunopsis.language.SnpsLanguage getLanguage()
public java.lang.Object getObject()
|
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 | |||||||||