|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
public class DefaultRequestExceptionHandler
Default implementation of RequestExceptionHandler
that displays the standard ExceptionReport page. The page
must implement the ExceptionReporter
interface.
Constructor Summary | |
---|---|
DefaultRequestExceptionHandler(RequestPageCache pageCache,
PageResponseRenderer renderer,
org.slf4j.Logger logger,
java.lang.String pageName,
Response response)
|
Method Summary | |
---|---|
void |
handleRequestException(java.lang.Throwable exception)
Reponsible for handling the error in some way and providing some response to the client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRequestExceptionHandler(RequestPageCache pageCache, PageResponseRenderer renderer, org.slf4j.Logger logger, @Symbol(value="tapestry.exception-report-page") java.lang.String pageName, Response response)
Method Detail |
---|
public void handleRequestException(java.lang.Throwable exception) throws java.io.IOException
RequestExceptionHandler
handleRequestException
in interface RequestExceptionHandler
exception
- uncaught exception to be reported
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |