Apache Commons Lang
Go to file
Daniel Rall 99ba8f14d5 CAUSE_METHOD_NAMES: Repurposed CAUSE_METHOD_NAME to be a list of
method names which may yield a wrapped exception.

getCause(Throwable): Now just wraps getCause(Throwable, String[]),
passing in CAUSE_METHOD_NAMES as its list of method names.

getCause(Throwable, String[]): Refactored code extracted from
getCause(Throwable) which looks at a list of method names, plus a
"detail" field.

getCauseUsingMethodName(): Swapped parameter order for consistency.

getCauseUsingFieldName(): New method which introspects fields instead
of methods.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136967 13f79535-47bb-0310-9956-ffa450edef68
2002-08-14 23:08:28 +00:00
src CAUSE_METHOD_NAMES: Repurposed CAUSE_METHOD_NAME to be a list of 2002-08-14 23:08:28 +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 Added myself to commiters list. 2002-07-26 01:14:28 +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