On Fri, Oct 12, 2001 at 03:08:46PM +0200, Raphael Mack wrote:
> Hello,
>
> is there a possibility to find out where a method has been called?
> Something like the information given by an exception.
Are you looking for a profiling tool to generate the information, or
do you want to generate the information from within the method itself?
If the latter, something like this will work:
Exception e = new Exception();
e.fillInStackTrace();
e.printStackTrace();
Nathan
>
> Thanks,
> Rapha
> --
> procreo - Webseitenentwicklung und Individualsoftwarel�sungen
> _____________________________________
> / __ / _/ __ / ___/ _/ / __ / procreo GbR
> / /_/ / / / /_/ / /__/ / / O__/ /_/ / Kochgasse 1
> / ____/_/ /_____/____/_/ /_____/_____/ 73630 Remshalden
> / / [EMAIL PROTECTED]
> /_/ http://www.procreo.de
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
--
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]