|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.internal.ErrorInformationImpl
public class ErrorInformationImpl
Method Summary | |
---|---|
MultiException |
getAssociatedException()
This will contain the associated exception or exceptions that caused the failure. |
Descriptor |
getDescriptor()
This will contain the active descriptor that is associated with this failure. |
ErrorType |
getErrorType()
Gets the type of error that has occurred. |
Injectee |
getInjectee()
This will contain information about the Injectee that was being injected into when the error occurred. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ErrorType getErrorType()
ErrorInformation
getErrorType
in interface ErrorInformation
public Descriptor getDescriptor()
ErrorInformation
getDescriptor
in interface ErrorInformation
public Injectee getInjectee()
ErrorInformation
In the case of FAILURE_TO_REIFY this will be the injectee that was being looked up to satisfy the injection point, or null if this lookup was due to an API call
getInjectee
in interface ErrorInformation
public MultiException getAssociatedException()
ErrorInformation
In the case of FAILURE_TO_REIFY this will contain the exception that caused the reification process to fail
getAssociatedException
in interface ErrorInformation
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |