public class UnsatisfiedRouteException extends RoutingException
Modifier and Type | Method and Description |
---|---|
static UnsatisfiedRouteException |
create(Argument<?> argument)
Creates a specialized UnsatisfiedRouteException given the provided argument.
|
Argument<?> |
getArgument() |
public static UnsatisfiedRouteException create(Argument<?> argument)
argument
- The Argument
public Argument<?> getArgument()