Serializablepublic class InjectionException extends RuntimeException
| Constructor | Description |
|---|---|
InjectionException(Class<?> clazz,
String message) |
|
InjectionException(Class<?> clazz,
String message,
Throwable cause) |
|
InjectionException(Class<?> clazz,
Throwable cause) |
|
InjectionException(Injector.Key<?> key,
String message) |
|
InjectionException(Injector.Key<?> key,
String message,
Throwable cause) |
|
InjectionException(Injector.Key<?> key,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InjectionException(Injector.Key<?> key, String message, Throwable cause)
public InjectionException(Injector.Key<?> key, String message)
public InjectionException(Injector.Key<?> key, Throwable cause)