|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.component.UnsatisfiedDependencyException
@Deprecated public class UnsatisfiedDependencyException
Exception thrown by the injection manager when a dependency is not satisfied when performing injection.
Constructor Summary | |
---|---|
UnsatisfiedDependencyException(AnnotatedElement target)
Deprecated. |
|
UnsatisfiedDependencyException(AnnotatedElement target,
Annotation inject)
Deprecated. |
|
UnsatisfiedDependencyException(AnnotatedElement target,
Annotation inject,
Throwable cause)
Deprecated. |
|
UnsatisfiedDependencyException(Type target,
Class<?> targetClass,
Annotation inject,
Throwable cause)
Deprecated. |
Method Summary | ||
---|---|---|
|
getAnnotation(Class<T> annotationType)
Deprecated. |
|
AnnotatedElement |
getUnsatisfiedElement()
Deprecated. |
|
String |
getUnsatisfiedName()
Deprecated. |
|
boolean |
isField()
Deprecated. |
|
boolean |
isMethod()
Deprecated. |
Methods inherited from class org.jvnet.hk2.component.ComponentException |
---|
getFailureContext |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public UnsatisfiedDependencyException(AnnotatedElement target)
public UnsatisfiedDependencyException(AnnotatedElement target, Annotation inject)
public UnsatisfiedDependencyException(AnnotatedElement target, Annotation inject, Throwable cause)
public UnsatisfiedDependencyException(Type target, Class<?> targetClass, Annotation inject, Throwable cause)
Method Detail |
---|
public boolean isField()
public boolean isMethod()
public String getUnsatisfiedName()
public AnnotatedElement getUnsatisfiedElement()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |