Class ReHandlingErrorHandler

java.lang.Object
org.eclipse.jetty.server.handler.ErrorHandler
org.eclipse.jetty.server.handler.ReHandlingErrorHandler
All Implemented Interfaces:
Request.Handler, org.eclipse.jetty.util.thread.Invocable
Direct Known Subclasses:
ReHandlingErrorHandler.ByHttpStatus

public abstract class ReHandlingErrorHandler extends ErrorHandler
An ErrorHandler that can re-handle a request at an error page location.
  • Constructor Details

    • ReHandlingErrorHandler

      protected ReHandlingErrorHandler(Handler handler)
  • Method Details