Class UnsatisfiedDependencyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.ConfigurationException
org.jvnet.hk2.config.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:
  • Constructor Details

  • Method Details

    • isField

      public boolean isField()
    • isMethod

      public boolean isMethod()
    • getUnsatisfiedName

      public String getUnsatisfiedName()
    • getUnsatisfiedElement

      public AnnotatedElement getUnsatisfiedElement()
    • getAnnotation

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