Class TokenMgrError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.commons.jexl2.parser.TokenMgrError
All Implemented Interfaces:
Serializable

public class TokenMgrError extends Error
Token Manager Error.
See Also:
  • Field Details

  • Constructor Details

    • TokenMgrError

      public TokenMgrError(String message, int reason)
      Constructor with message and reason.
    • TokenMgrError

      public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason)
      Full Constructor.
    • TokenMgrError

      public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, int curChar, int reason)
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Gets the reason why the exception is thrown.
      Returns:
      one of the 4 lexical error codes
    • getLine

      public int getLine()
      Gets the line number.
      Returns:
      line number.
    • getColumn

      public int getColumn()
      Gets the column number.
      Returns:
      the column.
    • getAfter

      public String getAfter()
      Gets the last correct input.
      Returns:
      the string after which the error occured
    • getMessage

      public String getMessage()
      Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
      Overrides:
      getMessage in class Throwable
      Returns:
      the message