public class ExpressionWarning extends SDKWarning
| Constructor and Description |
|---|
ExpressionWarning(java.lang.String code,
java.lang.String property,
DictionaryComponent component,
java.lang.String token1,
java.lang.String token2,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetailspublic ExpressionWarning(java.lang.String code,
java.lang.String property,
DictionaryComponent component,
java.lang.String token1,
java.lang.String token2,
int begin,
int end)
public int getBegin()
public int getEnd()