| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Toolkit
This utility class includes a collection of methods, which are specific to different Java Editions.
| Method Summary | |
|---|---|
 java.lang.String[] | 
getStackTrace(java.lang.Throwable t)
Returns the Java VM stack trace if possible.  | 
 void | 
printStackTrace(java.io.PrintStream err,
                java.lang.Throwable t)
Implementation of the stack trace logging.  | 
| Method Detail | 
|---|
void printStackTrace(java.io.PrintStream err,
                     java.lang.Throwable t)
err - Stream to, if possible, print the stack trace on.t - Throwable to print.java.lang.String[] getStackTrace(java.lang.Throwable t)
 Can return null if the platform does not support access to
 the stack trace!
 
t - stack trace
String.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||