You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mo...@apache.org on 2003/02/01 00:52:46 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl TagScript.java

morgand     2003/01/31 15:52:46

  Modified:    jelly/src/java/org/apache/commons/jelly/impl TagScript.java
  Log:
  adding more specific exceptions to catch block
  
  Revision  Changes    Path
  1.36      +6 -6      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java
  
  Index: TagScript.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- TagScript.java	24 Jan 2003 19:03:24 -0000	1.35
  +++ TagScript.java	31 Jan 2003 23:52:46 -0000	1.36
  @@ -284,7 +284,7 @@
           catch (JellyException e) {
               handleException(e);
           }
  -        catch (Exception e) {
  +        catch (RuntimeException e) {
               handleException(e);
           } catch (Error e) {
              /*
  
  
  

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