Package edu.uiuc.ncsa.security.servlet
Class BasicExceptionHandler
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.BasicExceptionHandler
-
- All Implemented Interfaces:
ExceptionHandler
public class BasicExceptionHandler extends Object implements ExceptionHandler
Created by Jeff Gaynor
on 2/6/15 at 4:32 PM
-
-
Constructor Summary
Constructors Constructor Description BasicExceptionHandler(MyLoggingFacade logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyLoggingFacade
getLogger()
void
handleException(ExceptionHandlerThingie exceptionHandlerThingie)
This has to throw these two exceptions for servlets.
-
-
-
Constructor Detail
-
BasicExceptionHandler
public BasicExceptionHandler(MyLoggingFacade logger)
-
-
Method Detail
-
getLogger
public MyLoggingFacade getLogger()
- Specified by:
getLogger
in interfaceExceptionHandler
-
handleException
public void handleException(ExceptionHandlerThingie exceptionHandlerThingie) throws IOException, javax.servlet.ServletException
Description copied from interface:ExceptionHandler
This has to throw these two exceptions for servlets.- Specified by:
handleException
in interfaceExceptionHandler
- Throws:
IOException
javax.servlet.ServletException
-
-