protected static class DefaultExceptionHandler.HandlerProxy extends Object
| Constructor and Description |
|---|
DefaultExceptionHandler.HandlerProxy(Object handler,
Method handlerMethod)
Constructs a new HandlerProxy that will tie together the instance and method used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Throwable t,
HttpServletRequest req,
HttpServletResponse res)
Invokes the handler and executes the resolution if one is returned.
|
public void handle(Throwable t, HttpServletRequest req, HttpServletResponse res) throws Exception
Exception© Copyright 2005-2006, Stripes Development Team.