net.sourceforge.groboutils.util.throwable.v1
Class ThrowableParser
java.lang.Object
net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
- public class ThrowableParser
- extends java.lang.Object
Parses a Throwable's stack trace into its components.
- Since:
- March 17, 2002
- Version:
- $Date: 2003/09/23 19:54:07 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Constructor Summary |
ThrowableParser(java.lang.Throwable t)
Only piecemeal iterates through the stack-trace. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableParser
public ThrowableParser(java.lang.Throwable t)
- Only piecemeal iterates through the stack-trace. Supports the JDK 1.4
StackTraceElement class.
next
public StackTraceLineParser next()
- Returns:
- null if there are no more lines, or the next line
in the list.
next11
protected StackTraceLineParser next11()
next14
protected StackTraceLineParser next14()
parseThrowable
protected void parseThrowable(java.lang.Throwable t)
parseThrowableBuffer
protected void parseThrowableBuffer(java.lang.Throwable t)
Copyright © 2001-2003 by The GroboUtils Project