olabusayoT commented on code in PR #1610:
URL: https://github.com/apache/daffodil/pull/1610#discussion_r2683749067


##########
daffodil-core/src/main/java/org/apache/daffodil/api/ProcessorFactory.java:
##########
@@ -46,5 +47,5 @@ public interface ProcessorFactory extends WithDiagnostics {
    * @return a {@link CodeGenerator} to generate code from a DFDL schema to 
parse or unparse data
    */
   @Experimental
-  CodeGenerator forLanguage(String language);
+  CodeGenerator forLanguage(String language) throws InvalidParserException;

Review Comment:
   Roger! Created a new InvalidGeneratorException to throw in those cases



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to