Class UnsatisfiedArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
- All Implemented Interfaces:
Serializable
An exception thrown when an
Argument
could not be satisfied
by a ExecutableBinder
.- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsatisfiedArgumentException
(Argument<?> argument) UnsatisfiedArgumentException
(Argument<?> argument, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString