Microsoft SDK for Java

WFCException.printStackTrace

Prints the stack trace of the WFCException object.

Syntax

public void printStackTrace()

public void printStackTrace( PrintStream stream )

public void printStackTrace( PrintWriter writer )

Parameters

stream

A java.io.PrintStream object to print the stack trace to.

writer

A java.io.PrintWriter object to print the stack trace to.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.