Class ParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseException
    extends BaseException
    Exception while parsing the expression.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseException​(int startPosition, int endPosition, java.lang.String tokenString, java.lang.String message)  
      ParseException​(Token token, java.lang.String message)  
      ParseException​(java.lang.String expression, java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseException

        public ParseException​(int startPosition,
                              int endPosition,
                              java.lang.String tokenString,
                              java.lang.String message)
      • ParseException

        public ParseException​(java.lang.String expression,
                              java.lang.String message)
      • ParseException

        public ParseException​(Token token,
                              java.lang.String message)