Package edu.uiuc.ncsa.security.servlet
Interface ExceptionHandler
-
- All Known Implementing Classes:
BasicExceptionHandler
,SASExceptionHandler
public interface ExceptionHandler
Created by Jeff Gaynor
on 2/6/15 at 4:29 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MyLoggingFacade
getLogger()
void
handleException(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:
IOException
javax.servlet.ServletException
-
-