org.jboss.errai.ioc.rebind.ioc
Class InjectionFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.errai.bus.server.ErraiBootstrapFailure
                  extended by org.jboss.errai.ioc.rebind.ioc.InjectionFailure
All Implemented Interfaces:
Serializable

public class InjectionFailure
extends ErraiBootstrapFailure

See Also:
Serialized Form

Constructor Summary
InjectionFailure(MetaClass failedDependency)
           
InjectionFailure(MetaClass failedDependency, Throwable cause)
           
InjectionFailure(String message)
           
 
Method Summary
 MetaClass getFailedDependency()
           
 String getMessage()
           
 String getTarget()
           
 void setFailedDependency(MetaClass failedDependency)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectionFailure

public InjectionFailure(String message)

InjectionFailure

public InjectionFailure(MetaClass failedDependency)

InjectionFailure

public InjectionFailure(MetaClass failedDependency,
                        Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getFailedDependency

public MetaClass getFailedDependency()

setFailedDependency

public void setFailedDependency(MetaClass failedDependency)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.