Class PropertyExpressionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PropertyExpressionException
    extends java.lang.RuntimeException
    Exception thrown when there is a problem parsing a property expression using the ANTLR property expression grammar.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyExpressionException​(java.lang.String message, java.lang.String expression, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()
      Returns the property expression containing the error.
      • 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

      • PropertyExpressionException

        public PropertyExpressionException​(java.lang.String message,
                                           java.lang.String expression,
                                           java.lang.Throwable cause)
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
        Returns the property expression containing the error.