java.lang.Throwable:
    /**
     * Prints this <code>Throwable</code> and its backtrace to the
     * specified print stream.
     */
    public void printStackTrace(java.io.PrintStream s)

printStackTrace( void ) is just a shortcut to this method.


Ben Kuhn

-----Original Message-----
From: Anshul Dutta [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 30, 2000 1:59 AM
To: [EMAIL PROTECTED]
Subject: printStackTrace() of Exception


Does anyone has any idea how to read the printStackTrace()(that is generated
by class Throwable) output to a file.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to