|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.internal.services.PropertyExpressionException
public class PropertyExpressionException
Exception thrown when there is a problem parsing a property expression using the ANTLR property expression grammar.
Constructor Summary | |
---|---|
PropertyExpressionException(java.lang.String message,
java.lang.String expression,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
getExpression()
Returns the property expression containing the error. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyExpressionException(java.lang.String message, java.lang.String expression, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |