This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
RE: Patch: merge File.toURI() from Classpath
- From: "Jeroen Frijters" <jeroen at sumatra dot nl>
- To: "Bryce McKinlay" <mckinlay at redhat dot com>,"Ranjit Mathew" <rmathew at gmail dot com>
- Cc: <gnustuff at thisiscool dot com>,<classpath at gnu dot org>,<java-patches at gcc dot gnu dot org>
- Date: Tue, 6 Jul 2004 18:05:14 +0200
- Subject: RE: Patch: merge File.toURI() from Classpath
Bryce McKinlay wrote:
> I wonder if we should standardize on using RuntimeException in these
> cases.
I'm not in favor of using RuntimeExceptions for these. RuntimeExceptions
are much more likely to be swallowed by user code and the semantics of
InternalError are much closer to what we want to express here.
Regards,
Jeroen