Uses of Class
org.apache.jena.riot.system.ErrorHandlerFactory.ErrorHandlerTracking
-
Packages that use ErrorHandlerFactory.ErrorHandlerTracking Package Description org.apache.jena.riot.system -
-
Uses of ErrorHandlerFactory.ErrorHandlerTracking in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return ErrorHandlerFactory.ErrorHandlerTracking Modifier and Type Method Description static ErrorHandlerFactory.ErrorHandlerTrackingErrorHandlerFactory. errorHandlerTracking(org.slf4j.Logger log, boolean failOnError, boolean failOnWarning)Logs warnings and errors while tracking the counts of each and optionally throwing exceptions when errors and/or warnings are encounted
-