Class UnsatisfiedDependencyException

  • All Implemented Interfaces:
    Serializable

    public class UnsatisfiedDependencyException
    extends ConfigurationException
    Exception thrown by the injection manager when a dependency is not satisfied when performing injection.
    Author:
    Jerome Dochez
    See Also:
    Serialized Form
    • Method Detail

      • isField

        public boolean isField()
      • isMethod

        public boolean isMethod()
      • getUnsatisfiedName

        public String getUnsatisfiedName()
      • getAnnotation

        public <T extends Annotation> T getAnnotation​(Class<T> annotationType)