Class NoQualifiedBindingException

All Implemented Interfaces:
Serializable

public class NoQualifiedBindingException extends InjectException
Exception thrown when a qualified injection point is attempted to be resolved and no binding has been registered previously.
See Also:
  • Constructor Details

    • NoQualifiedBindingException

      public NoQualifiedBindingException(ResolvableKey<?> key)
      Constructs an exception for the provided resolvable key.