Class PropertyExpressionException
-
-
-
-
- org.apache.tapestry5.beanmodel.internal.services.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description getExpression()
Returns the property expression containing the error.
-
-
-
Method Detail
-
getExpression
public getExpression()
Returns the property expression containing the error.
-
-