Package edu.uiuc.ncsa.security.servlet
Interface ExceptionHandler
-
- All Known Implementing Classes:
BasicExceptionHandler,SASExceptionHandler
public interface ExceptionHandlerCreated by Jeff Gaynor
on 2/6/15 at 4:29 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MyLoggingFacadegetLogger()voidhandleException(ExceptionHandlerThingie exceptionHandlerThingie)This has to throw these two exceptions for servlets.
-
-
-
Method Detail
-
getLogger
MyLoggingFacade getLogger()
-
handleException
void handleException(ExceptionHandlerThingie exceptionHandlerThingie) throws IOException, javax.servlet.ServletException
This has to throw these two exceptions for servlets.- Parameters:
exceptionHandlerThingie-- Throws:
IOExceptionjavax.servlet.ServletException
-
-