printStackTrace(s) - Java Throwable's method
Method java.lang.Throwable
void printStackTrace(
PrintStream s
)
Prints this throwable and its backtrace to the specified print stream.
- Parameters:
-
s
-PrintStream
to use for output
- Since:
- Java JDK1.0