Interface ErrorRoute.Manager<A,B,C extends ErrorRoute<A>,D extends ErrorRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>

Type Parameters:
A - the resource type
B - the input type
C - the error route type
D - the error route manager type
E - the router type
All Superinterfaces:
RouteManager<A,B,C,D,E>
Enclosing interface:
ErrorRoute<A>

public static interface ErrorRoute.Manager<A,B,C extends ErrorRoute<A>,D extends ErrorRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>> extends RouteManager<A,B,C,D,E>

An error route manager.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Details

    • errorType

      D errorType(Class<? extends Throwable> errorType)

      Specifies the error type matching the error in an input.

      Parameters:
      errorType - an error type
      Returns:
      the route manager