frjaeger220 / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Document the RuntimeException thrown by Provider.get() #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to write Providers that throw RuntimeExceptions as 
necessary.

The RuntimeException thrown here should be public in the Guice API, and it 
should be documented 
in a @throws tag on the Provider#get Javadoc.

Original issue reported on code.google.com by limpbizkit on 5 Jun 2007 at 4:02

GoogleCodeExporter commented 9 years ago
Good idea. We already have the exception. We just need to make it public.

Original comment by crazybob...@gmail.com on 5 Jun 2007 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 6 Jun 2007 at 4:19

GoogleCodeExporter commented 9 years ago
Duplicate of issue 144.

Original comment by limpbizkit on 25 Aug 2007 at 4:21