java.lang.Object
org.apache.jena.rdf.model.impl.RDFDefaultErrorHandler
- All Implemented Interfaces:
RDFErrorHandler
The default error handler for RDF/XML I/O.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
silent
public static boolean silentChange this global to make all RDFDefaultErrorHandler's silent! Intended for testing purposes only. -
logger
public static final org.slf4j.Logger logger
-
-
Constructor Details
-
RDFDefaultErrorHandler
public RDFDefaultErrorHandler()Creates new RDFDefaultErrorHandler
-
-
Method Details
-
warning
Description copied from interface:RDFErrorHandlerreport a warning- Specified by:
warningin interfaceRDFErrorHandler- Parameters:
e- an exception representing the error
-
error
Description copied from interface:RDFErrorHandlerreport an error- Specified by:
errorin interfaceRDFErrorHandler- Parameters:
e- an exception representing the error
-
fatalError
Description copied from interface:RDFErrorHandlerreport a catastrophic error. Must not return.- Specified by:
fatalErrorin interfaceRDFErrorHandler- Parameters:
e- an exception representing the error
-