Package oracle.rules.sdk2.exception
Class ExpressionWarning
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.SDKWarning
oracle.rules.sdk2.exception.ExpressionWarning
- All Implemented Interfaces:
Serializable
Exception thrown when invalid expression syntax is encountered.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionWarning
(String code, String property, DictionaryComponent component, String token1, String token2, int begin, int end) -
Method Summary
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionWarning
public ExpressionWarning(String code, String property, DictionaryComponent component, String token1, String token2, int begin, int end)
-
-
Method Details
-
getBegin
public int getBegin()Set by Expression.validate() when an expression is typed in incorrectly.- Returns:
- the beginning offset of token in error.
-
getEnd
public int getEnd()Set by Expression.validate() when an expression is typed in incorrectly.- Returns:
- the ending offset of token in error.
-