Class ExpressionWarning

All Implemented Interfaces:
Serializable

public class ExpressionWarning extends SDKWarning
Exception thrown when invalid expression syntax is encountered.
See Also:
  • Constructor Details

  • 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.