|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorInformation
This class has information in it about the error that has occurred
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. |
Method Detail |
---|
ErrorType getErrorType()
Descriptor getDescriptor()
Injectee getInjectee()
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
MultiException getAssociatedException()
In the case of FAILURE_TO_REIFY this will contain the exception that caused the reification process to fail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |