[ 
https://issues.apache.org/jira/browse/UIMA-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566085#comment-16566085
 ] 

ASF GitHub Bot commented on UIMA-3562:
--------------------------------------

reckart closed pull request #26: [UIMA-3562] Avoid throwing UIMAException
URL: https://github.com/apache/uima-uimafit/pull/26
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Avoid throwing UIMAException
> ----------------------------
>
>                 Key: UIMA-3562
>                 URL: https://issues.apache.org/jira/browse/UIMA-3562
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>    Affects Versions: 2.0.0uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Minor
>             Fix For: 3.0.0uimaFIT
>
>
> uimaFIT throws a UIMAException in several places, apparently to avoid 
> separate throws clauses for AnalysisEngineException, 
> ResourceInitializationException and the likes. This is not good, because the 
> different kinds of problems that can occur are somewhat hidden from a person 
> using methods throwing UIMAException. It would be better to declare each 
> exception separately.
> Examples:
> * CpePipeline.runPipeline
> * SimplePipeline.runPipeline
> * JCasFactory.createJCas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to