[
https://issues.apache.org/jira/browse/DAFFODIL-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2433.
--------------------------------------
Fix Version/s: 3.7.0
Resolution: Fixed
Fixed in 1dc62569ba939f5c0671023066f820797de1d777
> 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)