public class ResolutionException extends SolverException
Constructor and Description |
---|
ResolutionException() |
ResolutionException(String msg) |
ResolutionException(String msg,
Throwable throwable) |
ResolutionException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
protected String |
format(InjectionContext ctx,
DesireChain desires) |
protected String |
format(InjectionPoint ip) |
protected String |
format(InjectionPoint ip,
Class<?> type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResolutionException()
public ResolutionException(String msg)
public ResolutionException(Throwable throwable)
protected String format(InjectionContext ctx, DesireChain desires)
protected String format(InjectionPoint ip)
protected String format(InjectionPoint ip, Class<?> type)
Copyright © 2016 GroupLens Research. All rights reserved.