throwing exceptions from CNI

Nic Ferrier nferrier@tapsellferrier.co.uk
Tue Jul 3 07:39:00 GMT 2001


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



More information about the Java mailing list