java.lang.Object
org.apache.jena.rdfxml.xmlinput.impl.ARPSaxErrorHandler
- All Implemented Interfaces:
ErrorHandler
This class is not part of the API.
It is public merely for test purposes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
setErrorHandler
(RDFErrorHandler errorHandler) void
-
Constructor Details
-
ARPSaxErrorHandler
-
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
setErrorHandler
- Parameters:
errorHandler
- The errorHandler to set.
-