Apache Commons Lang
Go to file
Henri Yandell 82c5dada6f Bug #14357 fixed. Mohan's patch makes removeCommonFrames public, and adds an
isThrowableNested to ExceptionUtils.

It adds static attributes to decide if the stack trace should be topDown
and if the stack traces should be trimmed on repeat. If running 1.4 or higher,
it uses the default stack trace, and the functionality of NestableError,
NestableException and NestableRuntimeException getMessage()s all change.
Accompanying these changes are numerous tests.

Submitted by:	Mohan Kishore


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137314 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 02:59:13 +00:00
src Bug #14357 fixed. Mohan's patch makes removeCommonFrames public, and adds an 2003-05-14 02:59:13 +00:00
.cvsignore Added eclipse files to ignorelist. 2003-04-14 11:37:59 +00:00
DEVELOPERS-GUIDE.html First version of Lang developers guide 2002-12-22 21:07:35 +00:00
LICENSE.txt Update licence 2003-01-15 22:08:37 +00:00
PROPOSAL.html Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
RELEASE-NOTES.txt Correct the enum release notes 2002-09-25 10:29:56 +00:00
STATUS.html Added myself to the list of committers. 2003-04-10 18:59:48 +00:00
build.xml Moved the enum package to the end so that the others can be tested. 2003-01-07 19:56:40 +00:00
checkstyle.properties Stopping checkstyle from worrying about whether operators are at the end of a line or at the start of the line. I doubt it's something we care enough to standardise on. 2003-04-18 15:21:03 +00:00
default.properties What? Everyone doesn't have a /usr/local/javalib/ directory? 2003-02-02 16:52:40 +00:00
maven.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00
project.properties Added the date to the maven site. 2003-02-02 09:16:32 +00:00
project.xml Added myself as agreed with Henri. 2003-04-18 13:44:02 +00:00