Package org.robolectric.util.inject
Class InjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robolectric.util.inject.InjectionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInjectionException
(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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InjectionException
-
InjectionException
-
InjectionException
-
InjectionException
-
InjectionException
-
InjectionException
-