Class ExpressionParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExpressionParseException
    extends java.lang.RuntimeException
    An exception used by an expression parser that indicates that something went wrong when parsing.
    Since:
    2.0
    See Also:
    Serialized Form
    Restriction:
    This class is not intended to be subclassed by clients.
    • 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

      • ExpressionParseException

        public ExpressionParseException​(java.lang.String message)
      • ExpressionParseException

        public ExpressionParseException​(java.lang.String expression,
                                        java.lang.String message,
                                        int position)