All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jumbo.xml.StackTraceWriter

java.lang.Object
   |
   +----java.io.Writer
           |
           +----java.io.PrintWriter
                   |
                   +----jumbo.xml.StackTraceWriter

public class StackTraceWriter
extends PrintWriter
crude device to capture output of stack trace

Author:
P.Murray-Rust, 1998

Constructor Index

 o StackTraceWriter()

Method Index

 o getStackTrace()
alternatively the Strings can be retrieved as String[]
 o getStringVector()
the components are built up as a vector of Strings
 o main(String[])
 o println(char[])
 o println(String)
 o printStackTrace()
 o test()
deliberately throws an exception
 o toString()
alternatively the Strings can be retrieved as String[]

Constructors

 o StackTraceWriter
 public StackTraceWriter()

Methods

 o println
 public void println(String s)
Overrides:
println in class PrintWriter
 o println
 public void println(char ch[])
Overrides:
println in class PrintWriter
 o getStringVector
 public Vector getStringVector()
the components are built up as a vector of Strings

 o getStackTrace
 public String[] getStackTrace()
alternatively the Strings can be retrieved as String[]

 o toString
 public String toString()
alternatively the Strings can be retrieved as String[]

Overrides:
toString in class Object
 o printStackTrace
 public void printStackTrace()
 o test
 public static void test()
deliberately throws an exception

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index