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
-
StackTraceWriter()
-
-
getStackTrace()
- alternatively the Strings can be retrieved as String[]
-
getStringVector()
- the components are built up as a vector of Strings
-
main(String[])
-
-
println(char[])
-
-
println(String)
-
-
printStackTrace()
-
-
test()
- deliberately throws an exception
-
toString()
- alternatively the Strings can be retrieved as String[]
StackTraceWriter
public StackTraceWriter()
println
public void println(String s)
- Overrides:
- println in class PrintWriter
println
public void println(char ch[])
- Overrides:
- println in class PrintWriter
getStringVector
public Vector getStringVector()
- the components are built up as a vector of Strings
getStackTrace
public String[] getStackTrace()
- alternatively the Strings can be retrieved as String[]
toString
public String toString()
- alternatively the Strings can be retrieved as String[]
- Overrides:
- toString in class Object
printStackTrace
public void printStackTrace()
test
public static void test()
- deliberately throws an exception
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index