Class UnsatisfiedPathVariableRouteException

All Implemented Interfaces:
Serializable

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

    • UnsatisfiedPathVariableRouteException

      public UnsatisfiedPathVariableRouteException(String name, Argument<?> argument)
      Parameters:
      name - The name of the path variable
      argument - The Argument
  • Method Details

    • getPathVariableName

      public String getPathVariableName()
      Returns:
      The name of the path variable