Class UnsatisfiedRouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.BeanContextException
io.micronaut.web.router.exceptions.RoutingException
io.micronaut.web.router.exceptions.UnsatisfiedRouteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsatisfiedBodyRouteException
,UnsatisfiedCookieValueRouteException
,UnsatisfiedHeaderRouteException
,UnsatisfiedPartRouteException
,UnsatisfiedPathVariableRouteException
,UnsatisfiedQueryValueRouteException
,UnsatisfiedRequestAttributeRouteException
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnsatisfiedRouteException
Creates a specialized UnsatisfiedRouteException given the provided argument.Argument<?>
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
create
Creates a specialized UnsatisfiedRouteException given the provided argument.- Parameters:
argument
- TheArgument
- Returns:
- A UnsatisfiedRouteException
-
getArgument
- Returns:
- The argument
-