Class PropertyExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tapestry5.beanmodel.internal.services.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.
-
-
-
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.
-
-