This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]