smooks / smooks-dfdl-cartridge

Smooks cartridge leveraging Apache Daffodil to parse files and unparse XML
https://www.smooks.org/documentation/#dfdl
Other
2 stars 3 forks source link

fix: throw exception when the parse result is a parsing error #192

Closed cjmamo closed 8 months ago

cjmamo commented 8 months ago

throw DfdlParserSmooksException and DfdlUnparserSmooksException instead of broad SmooksException

Refs: https://github.com/smooks/smooks-dfdl-cartridge/issues/191