Prints the stack trace of the WFCException object.
public void printStackTrace()
public void printStackTrace( PrintStream stream )
public void printStackTrace( PrintWriter writer )
stream
A java.io.PrintStream object to print the stack trace to.
writer
A java.io.PrintWriter object to print the stack trace to.