|
Re: Who Called Me?
|
Posted: Mar 22, 2004 8:50 AM
|
|
> You do not have to make an exception, you can just make an > instantiation of 'Throwable', do a 'fillInStackTrace()', > then do a 'getStackTrace()', and then pick apart the > appropriate StackTraceElement. There are probably simpler > ways, but that is somewhere to start.
> You do not have to make an exception, you can just make an > instantiation of 'Throwable', do a 'fillInStackTrace()', > then do a 'getStackTrace()', and then pick apart the > appropriate StackTraceElement. There are probably simpler > ways, but that is somewhere to start.
Thanks for your reply. Do you have any idea about these similar functions are in C/C++?
|
|