>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes: >> JvThrow ( new XXXException( ... ) ); >> throw new XXXException( ... ); Jeff> There is no difference anymore. Back when libgcj was written, Jeff> g++ didn't understand a java `throw' operator. Also, JvThrow is deprecated. Use `throw' in new code. Tom