public class ConstructionException extends InjectionException
NullDependencyException
).Constructor and Description |
---|
ConstructionException(Class<?> type,
String message,
Throwable cause) |
ConstructionException(Class<?> type,
Throwable cause) |
ConstructionException(InjectionPoint ip,
String message) |
ConstructionException(InjectionPoint ip,
String message,
Throwable cause) |
ConstructionException(InjectionPoint ip,
Throwable cause) |
ConstructionException(Member target,
String message,
Throwable cause) |
ConstructionException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
InjectionPoint |
getInjectionPoint() |
Class<?> |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConstructionException(InjectionPoint ip, String message)
public ConstructionException(InjectionPoint ip, Throwable cause)
public ConstructionException(InjectionPoint ip, String message, Throwable cause)
public Class<?> getType()
@Nullable public InjectionPoint getInjectionPoint()
Copyright © 2016 GroupLens Research. All rights reserved.