public class InjectionFailure extends ErraiBootstrapFailure
Constructor and Description |
---|
InjectionFailure(MetaClass failedDependency) |
InjectionFailure(MetaClass failedDependency,
Throwable cause) |
InjectionFailure(String message) |
InjectionFailure(String message,
MetaClass failed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MetaClass |
getFailedDependency() |
String |
getMessage() |
String |
getTarget() |
int |
hashCode() |
void |
setFailedDependency(MetaClass failedDependency) |
void |
setTarget(String target) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InjectionFailure(String message)
public InjectionFailure(MetaClass failedDependency)
public String getMessage()
getMessage
in class Throwable
public MetaClass getFailedDependency()
public void setFailedDependency(MetaClass failedDependency)
public String getTarget()
public void setTarget(String target)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.