Uses of Class
edu.uiuc.ncsa.security.servlet.ExceptionHandlerThingie
-
Packages that use ExceptionHandlerThingie Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.security.servlet -
-
Uses of ExceptionHandlerThingie in edu.uiuc.ncsa.sas
Subclasses of ExceptionHandlerThingie in edu.uiuc.ncsa.sas Modifier and Type Class Description static class
SASServlet.SASExceptionHandlerThingie
Methods in edu.uiuc.ncsa.sas with parameters of type ExceptionHandlerThingie Modifier and Type Method Description protected void
SASServlet. handleException(ExceptionHandlerThingie xh)
-
Uses of ExceptionHandlerThingie in edu.uiuc.ncsa.sas.loader
Methods in edu.uiuc.ncsa.sas.loader with parameters of type ExceptionHandlerThingie Modifier and Type Method Description void
SASExceptionHandler. handleException(ExceptionHandlerThingie exceptionHandlerThingie)
-
Uses of ExceptionHandlerThingie in edu.uiuc.ncsa.security.servlet
Methods in edu.uiuc.ncsa.security.servlet with parameters of type ExceptionHandlerThingie Modifier and Type Method Description protected void
AbstractServlet. handleException(ExceptionHandlerThingie exceptionHandlerThingie)
One stop shopping for exception handling.void
BasicExceptionHandler. handleException(ExceptionHandlerThingie exceptionHandlerThingie)
void
ExceptionHandler. handleException(ExceptionHandlerThingie exceptionHandlerThingie)
This has to throw these two exceptions for servlets.
-