org.jvnet.hk2.internal
Class ErrorInformationImpl

java.lang.Object
  extended by org.jvnet.hk2.internal.ErrorInformationImpl
All Implemented Interfaces:
ErrorInformation

public class ErrorInformationImpl
extends java.lang.Object
implements ErrorInformation

Author:
jwells

Method Summary
 MultiException getAssociatedException()
           
 Descriptor getDescriptor()
           
 ErrorType getErrorType()
           
 Injectee getInjectee()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorType

public ErrorType getErrorType()
Specified by:
getErrorType in interface ErrorInformation

getDescriptor

public Descriptor getDescriptor()
Specified by:
getDescriptor in interface ErrorInformation

getInjectee

public Injectee getInjectee()
Specified by:
getInjectee in interface ErrorInformation

getAssociatedException

public MultiException getAssociatedException()
Specified by:
getAssociatedException in interface ErrorInformation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.