Removed comment on being able to add cause methods. This was removed from the API as noted in LANG-584
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@904562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ea4582e2c
commit
1c5b51d6a6
|
@ -103,7 +103,6 @@ public class ExceptionUtils {
|
|||
* <p>The method searches for methods with specific names that return a
|
||||
* <code>Throwable</code> object. This will pick up most wrapping exceptions,
|
||||
* including those from JDK 1.4.
|
||||
* The method names can be added to using {@link #addCauseMethodName(String)}.</p>
|
||||
*
|
||||
* <p>The default list searched for are:</p>
|
||||
* <ul>
|
||||
|
|
Loading…
Reference in New Issue