Class ThrowingProviderBinder.Result
java.lang.Object
com.google.inject.throwingproviders.ThrowingProviderBinder.Result
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ThrowingProviderBinder
Represents the returned value from a call to
CheckedProvider.get()
. This is the value
that will be scoped by Guice.-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
-
exception
-
-
Constructor Details
-
Result
-
-
Method Details
-
forValue
-
forException
-
getOrThrow
- Throws:
Exception
-