fmgasparino / google-gin

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

Deal with checked exceptions at creation #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, Gin will fail on compile if an injected method/constructor
throws a checked exception (because we don't handle it). Instead we should
generate code that catches the exception and re-throws it as unchecked
exception (e.g. Guice's CreationException).

Original issue reported on code.google.com by aragos on 19 Apr 2010 at 3:58

GoogleCodeExporter commented 9 years ago
Submitted for review at: http://codereview.appspot.com/1674048

Original comment by aragos on 7 Jul 2010 at 3:41

GoogleCodeExporter commented 9 years ago
Submitted in r145.

Original comment by aragos on 22 Jul 2010 at 1:41