You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Adam Bien (JIRA)" <ji...@apache.org> on 2015/05/04 08:55:05 UTC

[jira] [Created] (SCXML-229) Prefer unchecked exceptions

Adam Bien created SCXML-229:
-------------------------------

             Summary: Prefer unchecked exceptions
                 Key: SCXML-229
                 URL: https://issues.apache.org/jira/browse/SCXML-229
             Project: Commons SCXML
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Adam Bien


Several methods pass checked exceptions directly to the user: 

e.g. SCXMLReader.read()

Catching checked exceptions inside the method and exposing them as unchecked exceptions would improve the usability and encapsulation. E.g. currently the method read throws XMLStreamException and reveals the fact that javax.xml.stream was used for parsing.

See e.g. the JPA API in Java EE.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)