Uses of Class
org.eclipse.jetty.server.handler.ErrorHandler
Packages that use ErrorHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
- 
Uses of ErrorHandler in org.eclipse.jetty.ee10.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee10.servletModifier and TypeClassDescriptionclassclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch. - 
Uses of ErrorHandler in org.eclipse.jetty.ee11.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee11.servletModifier and TypeClassDescriptionclassclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch. - 
Uses of ErrorHandler in org.eclipse.jetty.server.handler
Subclasses of ErrorHandler in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassAnErrorHandlerthat can re-handle a request at an error page location.static classAnReHandlingErrorHandlerthat uses a map of error codes to select a page.