org.apache.tapestry5.internal.services
Class PropertyExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PropertyExpressionException(String message, String expression, Throwable cause)
           
 
Method Summary
 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

PropertyExpressionException

public PropertyExpressionException(String message,
                                   String expression,
                                   Throwable cause)
Method Detail

getExpression

public String getExpression()
Returns the property expression containing the error.



Copyright © 2003-2012 The Apache Software Foundation.