commit | 76ecf19c339da1f38a0e954ef39d9ff411b15925 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 01 11:20:29 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 01 11:20:29 2009 -0700 |
tree | c80a7bb71123af466ec53f2d66a212ee2367f9ce | |
parent | 76a477ed7e878fb1193de51ce7caec46b2d1f515 [diff] |
Use jniThrowException instead of FindClass/ThrowNew. Always use our best-of-breed code for throwing exceptions. The remaining callers of Throw have good reason, and the only caller of ThrowNew is now JNIHelp.c (jniThrowException) itself.