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