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)