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]

throwing exceptions from CNI


What's the difference (if any) between:

  JvThrow ( new XXXException( ... ) );

and:

  throw new XXXException( ... );


The CNI doc specifies use of throw but in some of the code I can see
use of JvThrow.

Is there a difference?


Nic


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