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
public class PropertyExpressionException extends 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(String message, String expression, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PropertyExpressionException
public PropertyExpressionException(String message, String expression, Throwable cause)
 
 - 
 
- 
Method Detail
- 
getExpression
public String getExpression()
Returns the property expression containing the error. 
 - 
 
 -