[
https://issues.apache.org/jira/browse/DAFFODIL-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2433.
-----------------------------------
Verified the specified commit (commit 1dc62569ba939f5c0671023066f820797de1d777)
is included in the latest pull from the daffodil repository.
Verified, via review, changes identified in the commit comment were
implemented.
Verified the affected daffodil subproject sbt test suites executed
successfully, including the added unit tests.
> Pass Exception directly into DaffodilUnhandledSAXException
> ----------------------------------------------------------
>
> Key: DAFFODIL-2433
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2433
> Project: Daffodil
> Issue Type: Improvement
> Components: Back End, Clean Ups, SAX
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Minor
> Labels: beginner
> Fix For: 3.7.0
>
>
> Currently the code looks like the below:
> {code:scala}
> new DaffodilUnhandledSAXException(e.getMessage, e)
> {code}
> Since e has all the infomation, we can pass it in directly rather than
> grabbing the message here. The wiki should have some more information on the
> ideal pattern to create an Exception/Throwable class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)