org.apache.tapestry5.internal.services
Class PropertyExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyExpressionException
public PropertyExpressionException(String message,
String expression,
Throwable cause)
getExpression
public String getExpression()
- Returns the property expression containing the error.
Copyright © 2003-2012 The Apache Software Foundation.