Home
last modified time | relevance | path

Searched defs:InjectionException (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/utils/src/main/java/org/robolectric/util/inject/
DInjectionException.java3 public class InjectionException extends RuntimeException { class
4 public InjectionException(Class<?> clazz, String message, Throwable cause) { in InjectionException() method in InjectionException
8 public InjectionException(Injector.Key<?> key, String message, Throwable cause) { in InjectionException() method in InjectionException
12 public InjectionException(Class<?> clazz, String message) { in InjectionException() method in InjectionException
15 public InjectionException(Injector.Key<?> key, String message) { in InjectionException() method in InjectionException
19 public InjectionException(Class<?> clazz, Throwable cause) { in InjectionException() method in InjectionException
23 public InjectionException(Injector.Key<?> key, Throwable cause) { in InjectionException() method in InjectionException