- All Known Implementing Classes:
RDFDefaultErrorHandler,RDFXML_Abbrev
public interface RDFErrorHandler
A generic error handler.
-
Method Summary
-
Method Details
-
warning
report a warning- Parameters:
e- an exception representing the error
-
error
report an error- Parameters:
e- an exception representing the error
-
fatalError
report a catastrophic error. Must not return.- Parameters:
e- an exception representing the error
-