Class ThrowingProviderBinder.ResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.inject.throwingproviders.ThrowingProviderBinder.ResultException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ThrowingProviderBinder
RuntimeException class to wrap exceptions from the checked provider. The regular guice provider
can throw it and the checked provider proxy extracts the underlying exception and rethrows it.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultException
ResultException(Exception cause)
-