Class UnsatisfiedQueryValueRouteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.BeanContextException
All Implemented Interfaces:
Serializable

public final class UnsatisfiedQueryValueRouteException extends UnsatisfiedRouteException
An exception thrown when the an QueryValue to a Route cannot be satisfied.
Since:
1.3.0
See Also:
  • Constructor Details

    • UnsatisfiedQueryValueRouteException

      public UnsatisfiedQueryValueRouteException(String name, io.micronaut.core.type.Argument<?> argument)
      Parameters:
      name - The name of the query parameter
      argument - The Argument
  • Method Details

    • getQueryParameterName

      public String getQueryParameterName()
      Returns:
      The name of the query parameter