TibrvException.printStackTrace()

Method

Declaration

void printStackTrace()
void printStackTrace(java.io.PrintWriter s)
void printStackTrace(java.io.PrintStream s)

Purpose

Print stack trace of this exception, and of the internal exception (if it is set).

Overrides

java.lang.Throwable.printStackTrace

Parameter

Description

s

Print the stack trace to this object.

When absent, print to the standard error stream.