public interface  org.glassfish.hk.api.ErrorInformation extends java.lang.Object
{
public abstract org.glassfish.hk.api.ErrorType getErrorType();
public abstract org.glassfish.hk.api.Descriptor getDescriptor();
public abstract org.glassfish.hk.api.Injectee getInjectee();
public abstract org.glassfish.hk.api.MultiException getAssociatedException();
}