public interface ErrorInformation
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2018 Oracle Corporation. All rights reserved.