Hi - I've inherited a Java application that uses Daffodil 2.3.0, and have found that when a user does something like attempt to parse a UTF-8 CSV file using the CSV schema, the application is terminated by org.apache.daffodil.exceptions.NotYetImplementedException when calling parse.
I would like to be able to catch this exception and handle it gracefully, but if I try to catch it the compiler indicates that the parse method doesn't throw the exception. I'm not familiar with Scala, but a quick search of the source shows that NotYetImplementedException extends UnsuppressableException - does this mean that somehow the exception may not be caught? Suggestions appreciated, Lara Blatchford Principal Engineer Nteligen, LLC [email protected]<mailto:[email protected]> (443) 864-5042 x110 [cid:[email protected]]
