You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2015/12/24 15:01:49 UTC

[jira] [Updated] (UIMA-3562) Avoid throwing UIMAException

     [ https://issues.apache.org/jira/browse/UIMA-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Eckart de Castilho updated UIMA-3562:
---------------------------------------------
    Fix Version/s:     (was: 2.2.0uimaFIT)
                   2.3.0uimaFIT

> 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: 2.3.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
(v6.3.4#6332)