This is the mail archive of the java@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]

Re: throwing exceptions from CNI




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


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