Uses of Interface
io.undertow.servlet.api.ExceptionHandler
-
Packages that use ExceptionHandler Package Description io.undertow.servlet.api -
-
Uses of ExceptionHandler in io.undertow.servlet.api
Classes in io.undertow.servlet.api that implement ExceptionHandler Modifier and Type Class Description class
LoggingExceptionHandler
An exception handler thatMethods in io.undertow.servlet.api that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
DeploymentInfo. getExceptionHandler()
Returns the exception handler that is used by this deployment.Methods in io.undertow.servlet.api with parameters of type ExceptionHandler Modifier and Type Method Description DeploymentInfo
DeploymentInfo. setExceptionHandler(ExceptionHandler exceptionHandler)
Sets the default exception handler for this deployment
-