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 Summary
Constructors Constructor Description SASExceptionHandler(SASEnvironment sate)
-
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
-
SASExceptionHandler
public SASExceptionHandler(SASEnvironment sate)
-
-
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
-
-