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 SummaryConstructors Constructor Description BasicExceptionHandler(MyLoggingFacade logger)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MyLoggingFacadegetLogger()voidhandleException(ExceptionHandlerThingie exceptionHandlerThingie)This has to throw these two exceptions for servlets.
 
- 
- 
- 
Constructor Detail- 
BasicExceptionHandlerpublic BasicExceptionHandler(MyLoggingFacade logger) 
 
- 
 - 
Method Detail- 
getLoggerpublic MyLoggingFacade getLogger() - Specified by:
- getLoggerin interface- ExceptionHandler
 
 - 
handleExceptionpublic void handleException(ExceptionHandlerThingie exceptionHandlerThingie) throws IOException, javax.servlet.ServletException Description copied from interface:ExceptionHandlerThis has to throw these two exceptions for servlets.- Specified by:
- handleExceptionin interface- ExceptionHandler
- Throws:
- IOException
- javax.servlet.ServletException
 
 
- 
 
-