Package org.apache.tapestry5
Interface ContextAwareException
- 
public interface ContextAwareException
An interface implemented by exceptions that get special handling in the defaultRequestExceptionHandlerservice. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getContext() 
 - 
 
- 
- 
Method Detail
- 
getContext
Object[] getContext()
- Returns:
 - A page activation context for reporting the exception.
 
 
 - 
 
 -