Class ErrorInformationImpl

java.lang.Object
org.jvnet.hk2.internal.ErrorInformationImpl
All Implemented Interfaces:
org.glassfish.hk2.api.ErrorInformation

public class ErrorInformationImpl extends Object implements org.glassfish.hk2.api.ErrorInformation
Author:
jwells
  • Method Details

    • getErrorType

      public org.glassfish.hk2.api.ErrorType getErrorType()
      Specified by:
      getErrorType in interface org.glassfish.hk2.api.ErrorInformation
    • getDescriptor

      public org.glassfish.hk2.api.Descriptor getDescriptor()
      Specified by:
      getDescriptor in interface org.glassfish.hk2.api.ErrorInformation
    • getInjectee

      public org.glassfish.hk2.api.Injectee getInjectee()
      Specified by:
      getInjectee in interface org.glassfish.hk2.api.ErrorInformation
    • getAssociatedException

      public org.glassfish.hk2.api.MultiException getAssociatedException()
      Specified by:
      getAssociatedException in interface org.glassfish.hk2.api.ErrorInformation
    • toString

      public String toString()
      Overrides:
      toString in class Object