Class UnsatisfiedArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException
All Implemented Interfaces:
Serializable

public class UnsatisfiedArgumentException extends RuntimeException
An exception thrown when an Argument could not be satisfied by a ExecutableBinder.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • UnsatisfiedArgumentException

      public UnsatisfiedArgumentException(Argument<?> argument)
      Parameters:
      argument - The Argument
    • UnsatisfiedArgumentException

      public UnsatisfiedArgumentException(Argument<?> argument, String message)
      Parameters:
      argument - The Argument
      message - The message
  • Method Details

    • getArgument

      public Argument<?> getArgument()
      Returns:
      The argument that could not be bound.