[lang] [PATCH] new ExceptionUtils.setCause() method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db5f61a647
commit
de9d22e2ba
|
@ -85,6 +85,7 @@ Updated:
|
||||||
|
|
||||||
- ExceptionUtils - added indexOfType methods that check subclasses, thus leaving the existing
|
- ExceptionUtils - added indexOfType methods that check subclasses, thus leaving the existing
|
||||||
indexOfThrowable method untouched (see incompatible changes section)
|
indexOfThrowable method untouched (see incompatible changes section)
|
||||||
|
-- new ExceptionUtils method setCause()
|
||||||
|
|
||||||
- NumberUtils - various string to number parsing methods added
|
- NumberUtils - various string to number parsing methods added
|
||||||
|
|
||||||
|
@ -100,6 +101,7 @@ BUG FIXES IN 2.2:
|
||||||
37111 Request for MutableBoolean implementation
|
37111 Request for MutableBoolean implementation
|
||||||
36512 Enhanced Class.forName version
|
36512 Enhanced Class.forName version
|
||||||
37596 DurationFormatUtils.formatDurationWords "11 <unit>s" gets converted to "11 <unit>"
|
37596 DurationFormatUtils.formatDurationWords "11 <unit>s" gets converted to "11 <unit>"
|
||||||
|
37574 New ExceptionUtils method setCause()
|
||||||
|
|
||||||
BUG FIXES IN 2.1:
|
BUG FIXES IN 2.1:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue