Uses of Interface
org.apache.jena.rfc3986.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in org.apache.jena.rfc3986
Classes in org.apache.jena.rfc3986 that implement ErrorHandlerModifier and TypeClassDescriptionclassThis error handler is a pair of functions, one for warnings, one for errors.Methods in org.apache.jena.rfc3986 that return ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerCreate an error handler with two functions, one for warning, one for error.static ErrorHandlerCreate an error handler.static ErrorHandlerSystemIRI3986.getErrorHandler()Methods in org.apache.jena.rfc3986 with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic voidSystemIRI3986.setErrorHandler(ErrorHandler errHandler) static voidSystemIRI3986.toHandler(IRI3986 iri, ErrorHandler errorHandler) Send any violations to anErrorHandler.static voidSystemIRI3986.toHandler(IRI3986 iri, SeverityMap severityMap, ErrorHandler errorHandler) Determine the severity of each violation and send to anErrorHandler.