morgand     2003/01/25 09:37:25

  Modified:    jelly/src/java/org/apache/commons/jelly TagSupport.java
  Log:
  converting Exception to JellyTagException
  
  Revision  Changes    Path
  1.24      +6 -6      
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/TagSupport.java
  
  Index: TagSupport.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/TagSupport.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- TagSupport.java   24 Jan 2003 19:27:25 -0000      1.23
  +++ TagSupport.java   25 Jan 2003 17:37:25 -0000      1.24
  @@ -266,7 +266,7 @@
        *
        * @return the text evaluation of the body
        */
  -    protected String getBodyText() throws JellyException {
  +    protected String getBodyText() throws JellyTagException {
           StringWriter writer = new StringWriter();
           invokeBody(XMLOutput.createXMLOutput(writer));
           return writer.toString();
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to