java.lang.Object
org.jvnet.hk2.internal.ErrorInformationImpl
- All Implemented Interfaces:
org.glassfish.hk2.api.ErrorInformation
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptionorg.glassfish.hk2.api.MultiExceptionorg.glassfish.hk2.api.Descriptororg.glassfish.hk2.api.ErrorTypeorg.glassfish.hk2.api.InjecteetoString()
-
Method Details
-
getErrorType
public org.glassfish.hk2.api.ErrorType getErrorType()- Specified by:
getErrorTypein interfaceorg.glassfish.hk2.api.ErrorInformation
-
getDescriptor
public org.glassfish.hk2.api.Descriptor getDescriptor()- Specified by:
getDescriptorin interfaceorg.glassfish.hk2.api.ErrorInformation
-
getInjectee
public org.glassfish.hk2.api.Injectee getInjectee()- Specified by:
getInjecteein interfaceorg.glassfish.hk2.api.ErrorInformation
-
getAssociatedException
public org.glassfish.hk2.api.MultiException getAssociatedException()- Specified by:
getAssociatedExceptionin interfaceorg.glassfish.hk2.api.ErrorInformation
-
toString
-