Class UnsatisfiedBodyRouteException

All Implemented Interfaces:
Serializable

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

    • UnsatisfiedBodyRouteException

      public UnsatisfiedBodyRouteException(String name, Argument<?> argument)
      Parameters:
      name - The type and variable name of the Body
      argument - The Argument
  • Method Details

    • getBodyVariableName

      public String getBodyVariableName()
      Returns:
      The type and variable name of the Body