This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: throwing exceptions from CNI
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Subject: Re: throwing exceptions from CNI
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 3 Jul 2001 11:53:28 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Tue, 3 Jul 2001, Nic Ferrier wrote:
> What's the difference (if any) between:
>
> JvThrow ( new XXXException( ... ) );
>
> and:
>
> throw new XXXException( ... );
There is no difference anymore. Back when libgcj was written, g++ didn't
understand a java `throw' operator.
Jeff