Does anyone know what method(s) to call that will return the name of the method
that threw an exception? E.g.:
try {
......... some code
}
catch (NullPointerException ex) {
// It's here I want to know what method threw NullPointerException
}
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]