Package org.oa4mp.client.api.servlet
Class ClientExceptionHandler
- java.lang.Object
-
- org.oa4mp.client.api.servlet.ClientExceptionHandler
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.servlet.ExceptionHandler
public class ClientExceptionHandler extends Object implements edu.uiuc.ncsa.security.servlet.ExceptionHandler
Created by Jeff Gaynor
on 2/9/15 at 12:01 PM
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientServletclientServlet
-
Constructor Summary
Constructors Constructor Description ClientExceptionHandler(ClientServlet clientServlet, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.MyLoggingFacadegetLogger()protected StringgetNormalizedContextPath()voidhandleException(edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie xh)
-
-
-
Field Detail
-
clientServlet
protected ClientServlet clientServlet
-
-
Constructor Detail
-
ClientExceptionHandler
public ClientExceptionHandler(ClientServlet clientServlet, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
-
-
Method Detail
-
getLogger
public edu.uiuc.ncsa.security.core.util.MyLoggingFacade getLogger()
- Specified by:
getLoggerin interfaceedu.uiuc.ncsa.security.servlet.ExceptionHandler
-
handleException
public void handleException(edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie xh) throws IOException, javax.servlet.ServletException- Specified by:
handleExceptionin interfaceedu.uiuc.ncsa.security.servlet.ExceptionHandler- Throws:
IOExceptionjavax.servlet.ServletException
-
getNormalizedContextPath
protected String getNormalizedContextPath()
-
-