Class UnsatisfiedArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsatisfiedArgumentException
    extends java.lang.RuntimeException
    An exception thrown when an Argument could not be satisfied by a ExecutableBinder.
    Since:
    1.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Argument<?> getArgument()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsatisfiedArgumentException

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

        public UnsatisfiedArgumentException​(Argument<?> argument,
                                            java.lang.String message)
        Parameters:
        argument - The Argument
        message - The message
    • Method Detail

      • getArgument

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