|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-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
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.SDKWarning
oracle.rules.sdk2.exception.ExpressionWarning
public class ExpressionWarning
Exception thrown when invalid expression syntax is encountered.
| Constructor Summary | |
|---|---|
ExpressionWarning(java.lang.String code, java.lang.String property, DictionaryComponent component, java.lang.String token1, java.lang.String token2, int begin, int end) |
|
| Method Summary | |
|---|---|
int |
getBegin()Set by Expression.validate() when an expression is typed in incorrectly. |
int |
getEnd()Set by Expression.validate() when an expression is typed in incorrectly. |
| Methods inherited from class oracle.rules.sdk2.exception.SDKException |
|---|
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetails |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ExpressionWarning(java.lang.String code,
java.lang.String property,
DictionaryComponent component,
java.lang.String token1,
java.lang.String token2,
int begin,
int end)
| Method Detail |
|---|
public int getBegin()
public int getEnd()
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||