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