Class PropertyExpressionException

  • All Implemented Interfaces:

    public class PropertyExpressionException
    extends 
    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
       message,  expression,  cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      getExpression()
      Returns the property expression containing the error.
      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • PropertyExpressionException

        public  message,
                                            expression,
                                            cause)
    • Method Detail

      • getExpression

        public  getExpression()
        Returns the property expression containing the error.