java.lang.Object
org.apache.jena.rdfxml.xmlinput1.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 TypeMethodDescriptionvoidvoidvoidsetErrorHandler(RDFErrorHandler errorHandler) void
-
Constructor Details
-
ARPSaxErrorHandler
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
setErrorHandler
- Parameters:
errorHandler- The errorHandler to set.
-