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
public class InjectionException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors 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)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString