>Would it be better to use InternalError?  That is a little more specific.

That one is more difficult to chain (.initCause() must be used).

David Daney wrote:

Anthony Green wrote:

-      // XXX - Ignore coding exceptions? They shouldn't really happen.
-      return null;
+      // This shouldn't really happen.
+      throw new Error(e);




_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to