Class PropertyExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.beanmodel.internal.services.PropertyExpressionException
- All Implemented Interfaces:
Serializable
Exception thrown when there is a problem parsing a property expression using the ANTLR property expression grammar.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyExpressionException
(String message, String expression, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
PropertyExpressionException
-
-
Method Details
-
getExpression
Returns the property expression containing the error.
-