Class UnsatisfiedRouteException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsatisfiedBodyRouteException, UnsatisfiedCookieValueRouteException, UnsatisfiedHeaderRouteException, UnsatisfiedPartRouteException, UnsatisfiedPathVariableRouteException, UnsatisfiedQueryValueRouteException, UnsatisfiedRequestAttributeRouteException

public class UnsatisfiedRouteException extends RoutingException
An exception thrown when the an Argument to a Route cannot be satisfied.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Method Details

    • create

      public static UnsatisfiedRouteException create(Argument<?> argument)
      Creates a specialized UnsatisfiedRouteException given the provided argument.
      Parameters:
      argument - The Argument
      Returns:
      A UnsatisfiedRouteException
    • getArgument

      public Argument<?> getArgument()
      Returns:
      The argument