public class UnsatisfiedRouteException extends RoutingException
Argument to a Route cannot be satisfied.| Modifier and Type | Method and Description |
|---|---|
static UnsatisfiedRouteException |
create(io.micronaut.core.type.Argument<?> argument)
Creates a specialized UnsatisfiedRouteException given the provided argument.
|
io.micronaut.core.type.Argument<?> |
getArgument() |
public static UnsatisfiedRouteException create(io.micronaut.core.type.Argument<?> argument)
argument - The Argumentpublic io.micronaut.core.type.Argument<?> getArgument()