Getting the actual exception message?

I know about ExceptionOccurred() and it returns a jthrowable, but there doesn't seem to be any JNI API for doing anything with the jthrowable object, such as getting the name of the exception (as a string) or the stack trace (as a string).

Is there any way to get this information from JNI?

[304 byte] By [pauljlucasa] at [2007-10-3 10:50:33]
# 1
Use JNI tyo look up and call the methods of JThrowable.
bschauwejavaa at 2007-7-15 6:15:38 > top of Java-index,Java HotSpot Virtual Machine,Specifications...