Uses of Interface
com.helger.xservlet.exception.IXServletExceptionHandler
-
Packages that use IXServletExceptionHandler Package Description com.helger.xservlet com.helger.xservlet.exception -
-
Uses of IXServletExceptionHandler in com.helger.xservlet
Methods in com.helger.xservlet that return types with arguments of type IXServletExceptionHandler Modifier and Type Method Description protected com.helger.commons.callback.CallbackList<IXServletExceptionHandler>AbstractXFilter. exceptionHandler()protected com.helger.commons.callback.CallbackList<IXServletExceptionHandler>AbstractXServlet. exceptionHandler() -
Uses of IXServletExceptionHandler in com.helger.xservlet.exception
Classes in com.helger.xservlet.exception that implement IXServletExceptionHandler Modifier and Type Class Description classXServletLoggingExceptionHandlerLogging implementation ofIXServletExceptionHandler.
-