/[Apache-SVN]
ViewVC logotype

Revision 136985


Jump to revision: Previous Next
Author: dlr
Date: Sat Aug 24 19:18:50 2002 UTC (22 years, 1 month ago)
Changed paths: 2
Log Message:
ExceptionUtils.getThrowables(Throwable): Switched from concrete
ArrayList local reference to List.

ExceptionUtils.getStackTrace(Throwable): New method for extracting the
text of a stack trace.

ExceptionUtils.getStackFrames(Throwable): Splits an exception's stace
trace into frames.

ExceptionUtils.getStackFrames(String): Splits a stace trace into frames.

NestableDelegate printStackTrace(): Delegate to
printStackTrace(PrintStream) using System.err rather than duplicating
its impl.

NestableDelegate printStackTrace(PrintWriter): Used new name
getStackFrames() method name.

NestableDelegate getStackFrames(Throwable): Renamed decompose() to
this and delegated to ExceptionUtils.getStackFrames(String) for half
of impl.


Changed paths

Path Details
Directoryjakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java modified , text changed
Directoryjakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/NestableDelegate.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26