Apache Commons Lang
Go to file
Daniel Rall b34534b9d7 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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136985 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 19:18:50 +00:00
src ExceptionUtils.getThrowables(Throwable): Switched from concrete 2002-08-24 19:18:50 +00:00
LICENSE.txt o adding .txt extension to keep windows and checkstyle happy. 2002-07-26 18:58:35 +00:00
PROPOSAL.html Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
RELEASE-NOTES.txt wrote a release text. 2002-07-25 22:44:29 +00:00
STATUS.html Corrected wording in KNOWN ISSUES section. 2002-08-22 20:44:03 +00:00
build.xml Compile the test cases without deprecation warnings, since we are 2002-08-13 17:56:45 +00:00
default.properties removed my junit location :) 2002-07-19 03:39:48 +00:00
maven.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00
project.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00