Using JVMTI for exception monitoring a JAVA App.
hi all,
I am using the JVMTI interface to build a tool for monitoring the exceptions thrown by a JAVA app. I am able to display the class and the method that throws the exception but unable to display the actual exception thrown.
How can u use the jobject exception in the event data structure to display the exception class being thrown?
Will appreciate any help .. thanks
- Amar

