[ 
https://issues.apache.org/jira/browse/DAFFODIL-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17814962#comment-17814962
 ] 

Mike Beckerle commented on DAFFODIL-2433:
-----------------------------------------

Inactive PR: [https://github.com/apache/daffodil/pull/698] closed.

 

> 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: Min Phyo Aung
>            Priority: Minor
>              Labels: beginner
>
> 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)

Reply via email to