| Name | Description | Type | Package | Framework |
| CheckedProvider | Alternative to the Guice Provider that throws a checked Exception. | Interface | com.google.inject.throwingproviders | Google Guice |
| CheckedProvides | Annotates methods of a Module to create a CheckedProvider method binding that can throw exceptions. | Class | com.google.inject.throwingproviders | Google Guice |
| ThrowingProvider | Alternative to the Guice Provider that throws a checked Exception. | Interface | com.google.inject.throwingproviders | Google Guice |
| ThrowingProviderBinder | Builds a binding for a CheckedProvider. | Class | com.google.inject.throwingproviders | Google Guice |