You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/06/01 23:15:27 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception ExceptionUtils.java

scolebourne    2004/06/01 14:15:27

  Modified:    lang/src/java/org/apache/commons/lang/exception
                        ExceptionUtils.java
  Log:
  Add more nested exception names
  bug 29082, from Lars Beuster
  
  Revision  Changes    Path
  1.38      +5 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
  
  Index: ExceptionUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ExceptionUtils.java	18 Feb 2004 22:54:04 -0000	1.37
  +++ ExceptionUtils.java	1 Jun 2004 21:15:27 -0000	1.38
  @@ -65,7 +65,10 @@
           "getSourceException",
           "getRootCause",
           "getCausedByException",
  -        "getNested"
  +        "getNested",
  +        "getLinkedException",
  +        "getNestedException",
  +        "getLinkedCause",
       };
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org