Package org.apache.tapestry5
Interface ContextAwareException
public interface ContextAwareException
An interface implemented by exceptions that get special handling in the default
RequestExceptionHandler
service.-
Method Summary
-
Method Details
-
getContext
Object[] getContext()- Returns:
- A page activation context for reporting the exception.
-