Comment #2 on issue 540 by sberlin: NPE in ProvisionException http://code.google.com/p/google-guice/issues/detail?id=540
Why do you need to wrap it in a ProvisionException? If the target is a runtime exception or error, can you just rethrow it directly? And if it's a checked exception, is there a reasonable error message you can provide that's not a duplicate of the exception message? Something like, "Error calling <some user method>"?
-- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en.
