Class UnsatisfiedBodyRouteException
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.UnsatisfiedBodyRouteException
- All Implemented Interfaces:
 Serializable
- Since:
 - 1.3.0
 - Author:
 - Fabien Renaud
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.micronaut.web.router.exceptions.UnsatisfiedRouteException
create, getArgumentMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnsatisfiedBodyRouteException
- Parameters:
 name- The type and variable name of the Bodyargument- TheArgument
 
 - 
 - 
Method Details
- 
getBodyVariableName
- Returns:
 - The type and variable name of the Body
 
 
 -