Class UnsatisfiedRequestAttributeRouteException
- 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
-
- io.micronaut.web.router.exceptions.UnsatisfiedRequestAttributeRouteException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsatisfiedRequestAttributeRouteException extends UnsatisfiedRouteException
An exception thrown when the anRequestAttributeto aRoutecannot be satisfied.- Since:
- 1.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedRequestAttributeRouteException(java.lang.String name, io.micronaut.core.type.Argument<?> argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRequestAttributeName()-
Methods inherited from class io.micronaut.web.router.exceptions.UnsatisfiedRouteException
create, getArgument
-
-