Class UnsatisfiedRequestAttributeRouteException

All Implemented Interfaces:
Serializable

public final class UnsatisfiedRequestAttributeRouteException extends UnsatisfiedRouteException
An exception thrown when the an RequestAttribute to a Route cannot be satisfied.
Since:
1.3.0
Author:
Fabien Renaud
See Also:
  • Constructor Details

    • UnsatisfiedRequestAttributeRouteException

      public UnsatisfiedRequestAttributeRouteException(String name, Argument<?> argument)
      Parameters:
      name - The name of the request attribute
      argument - The Argument
  • Method Details

    • getRequestAttributeName

      public String getRequestAttributeName()
      Returns:
      The name of the request attribute