https://github.com/apache/commons-lang
Revision c7f2404b970ab5a745815c9388fa0f5a6d4b67d3 authored by Daniel Rall on 25 September 2002, 05:50:49 UTC, committed by Daniel Rall on 25 September 2002, 05:50:49 UTC
The point of the ExceptionWithoutCause is to test for false-positive
nested exception method signature matches.  Documented this in the
header JavaDoc for both the ExceptionWithCause and
ExceptionWithoutCause classes, and changed the nested exception method
name of the latter from getCause() to getTargetException() to avoid
conflicts with getCause() method of JDK 1.4's Exception class (which
returns Throwable).


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137060 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9545c70
History
Tip revision: c7f2404b970ab5a745815c9388fa0f5a6d4b67d3 authored by Daniel Rall on 25 September 2002, 05:50:49 UTC
Corrected semantics of ExceptionWithoutCause broken in CVS rev 1.3.
Tip revision: c7f2404
File Mode Size
src
LICENSE.txt -rw-r--r-- 2.6 KB
PROPOSAL.html -rw-r--r-- 2.3 KB
RELEASE-NOTES.txt -rw-r--r-- 5.1 KB
STATUS.html -rw-r--r-- 5.0 KB
build.xml -rw-r--r-- 6.4 KB
checkstyle.properties -rw-r--r-- 236 bytes
default.properties -rw-r--r-- 1.2 KB
maven.xml -rw-r--r-- 64 bytes
project.properties -rw-r--r-- 50 bytes
project.xml -rw-r--r-- 2.3 KB

back to top