mbeckerle commented on code in PR #1548:
URL: https://github.com/apache/daffodil/pull/1548#discussion_r2303850931
##########
daffodil-core/src/main/java/org/apache/daffodil/api/validation/ValidatorNotRegisteredException.java:
##########
@@ -27,6 +27,6 @@ public class ValidatorNotRegisteredException extends
Exception {
* @param name the requested validator factory name
*/
ValidatorNotRegisteredException(String name) {
- super("No api.validation.ValidatorFactory is registered as " + name);
+ super("No Daffodil ValidatorFactory is registered with name '" + name +
"'. Available validators: " + String.join(", ", Validators.list()));
Review Comment:
line too long
--
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]