Package org.apache.tapestry5
Interface ExceptionHandlerAssistant
-
public interface ExceptionHandlerAssistant
A contribution to the defaultRequestExceptionHandler
service, this is mapped to an exception class, allowing class specific (based on an inheritance search) handling of an exception.- See Also:
ContextAwareException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description exception, <> exceptionContext)
Handles the exception, returning a page class or link to redirect to.
-
-
-
Method Detail
-
handleRequestException
exception, <> exceptionContext) throws
Handles the exception, returning a page class or link to redirect to.- Parameters:
exception
- the exception as thrownexceptionContext
- a page activation context that is derived from the root-most exception- Returns:
- either a page class or a
Link
; a page will be redirected to, with the exception context as the page activation context - Throws:
-
-