@Deprecated public class IllegalExpressionObjectException extends OdiRuntimeException
| Constructor and Description |
|---|
IllegalExpressionObjectException(java.lang.Object pObject,
SnpsLanguage pLanguage)
Deprecated.
Create a new
IllegalExpressionObjectException. |
IllegalExpressionObjectException(java.lang.String pMessage,
java.lang.Object pObject,
SnpsLanguage pLanguage)
Deprecated.
Create a new
IllegalExpressionObjectException. |
| Modifier and Type | Method and Description |
|---|---|
SnpsLanguage |
getLanguage()
Deprecated.
Returns the language.
|
java.lang.Object |
getObject()
Deprecated.
Returns the object.
|
public IllegalExpressionObjectException(java.lang.Object pObject,
SnpsLanguage pLanguage)
IllegalExpressionObjectException.pObject - the objectpLanguage - the languagepublic IllegalExpressionObjectException(java.lang.String pMessage,
java.lang.Object pObject,
SnpsLanguage pLanguage)
IllegalExpressionObjectException.pMessage - a messagepObject - the objectpLanguage - the language