Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.exception
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.common.server.api.ErraiBootstrapFailure
                  extended by org.jboss.errai.ioc.rebind.ioc.exception.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)
           
InjectionFailure(String message, MetaClass failed)
           
 
Method Summary
 boolean equals(Object o)
           
 MetaClass getFailedDependency()
           
 String getMessage()
           
 String getTarget()
           
 int hashCode()
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectionFailure

public InjectionFailure(String message)

InjectionFailure

public InjectionFailure(String message,
                        MetaClass failed)

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)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.