Class ErrorProneInjector.ProvisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.errorprone.scanner.ErrorProneInjector.ProvisionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ErrorProneInjector
Indicates that there was a runtime failure while providing an instance.
- See Also:
-
Constructor Summary
ConstructorDescriptionProvisionException
(String message) ProvisionException
(String message, 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
-
ProvisionException
-
ProvisionException
-