[ 
http://issues.apache.org/jira/browse/VELOCITY-436?page=comments#action_12415865 
] 

Waldemar Baraldi commented on VELOCITY-436:
-------------------------------------------

The main method I am refering to is:
class Template 
method merge(Context context, java.io.Writer writer) 

from the javadoc:

public void merge(Context context,
                  java.io.Writer writer)
           throws ResourceNotFoundException,
                  ParseErrorException,
                  MethodInvocationException,
                  java.lang.Exception;

Hope this comment helps.



> Remove "Exception" type throwing.
> ---------------------------------
>
>          Key: VELOCITY-436
>          URL: http://issues.apache.org/jira/browse/VELOCITY-436
>      Project: Velocity
>         Type: Improvement

>   Components: Source
>  Environment: NA
>     Reporter: Waldemar Baraldi
>     Priority: Trivial

>
> I have to use Checkstyle coding standards at my job. Some methos of Velocity 
> throw exceptions using the raw "Exception" type. So Checkstyle points an 
> error everywhere I use Velocity and, unfortunately, that's a fact I cannot 
> override in my source code. So it would be nice if those "throws Exception" 
> are replaced by some Velocity proper exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to