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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static UnsatisfiedRouteException create(Argument<?> argument)
argument
- The Argument
public Argument<?> getArgument()