java.lang.Object
org.apache.jena.rfc3986.ErrorHandlerBase
- All Implemented Interfaces:
ErrorHandler
This error handler is a pair of functions, one for warnings, one for errors.
-
Method Summary
-
Method Details
-
create
Create an error handler. -
warning
Description copied from interface:ErrorHandlerReport a warning. This method may return.- Specified by:
warningin interfaceErrorHandler
-
error
Description copied from interface:ErrorHandlerReport an error : should not return.- Specified by:
errorin interfaceErrorHandler
-