Package edu.uiuc.ncsa.sas.loader
Class SASExceptionHandler
- java.lang.Object
- 
- edu.uiuc.ncsa.sas.loader.SASExceptionHandler
 
- 
- All Implemented Interfaces:
- ExceptionHandler
 
 public class SASExceptionHandler extends Object implements ExceptionHandler Created by Jeff Gaynor 
 on 8/15/22 at 4:02 PM
- 
- 
Constructor SummaryConstructors Constructor Description SASExceptionHandler(SASEnvironment sate)
 - 
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- 
SASExceptionHandlerpublic SASExceptionHandler(SASEnvironment sate) 
 
- 
 - 
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
 
 
- 
 
-