Class UnsatisfiedArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedArgumentException extends java.lang.RuntimeException
An exception thrown when anArgument
could not be satisfied by aExecutableBinder
.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedArgumentException(Argument<?> argument)
UnsatisfiedArgumentException(Argument<?> argument, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Argument<?>
getArgument()
-