public class UnresolvableDependencyException extends ResolutionException
Constructor and Description |
---|
UnresolvableDependencyException(DesireChain chain,
InjectionContext context) |
UnresolvableDependencyException(DesireChain chain,
InjectionContext context,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
InjectionContext |
getContext()
Get the context for this error.
|
Desire |
getDesire()
Get the desire that failed to resolve.
|
DesireChain |
getDesireChain()
Get the entire desire chain in which resolution failed.
|
String |
getMessage() |
format, format, format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnresolvableDependencyException(DesireChain chain, InjectionContext context)
public UnresolvableDependencyException(DesireChain chain, InjectionContext context, Throwable cause)
public InjectionContext getContext()
public DesireChain getDesireChain()
public Desire getDesire()
public String getMessage()
getMessage
in class Throwable
Copyright © 2016 GroupLens Research. All rights reserved.