Class ARPSaxErrorHandler

  • All Implemented Interfaces:
    org.xml.sax.ErrorHandler

    public class ARPSaxErrorHandler
    extends java.lang.Object
    implements org.xml.sax.ErrorHandler
    This class is not part of the API. It is public merely for test purposes.
    • Constructor Detail

      • ARPSaxErrorHandler

        public ARPSaxErrorHandler​(RDFErrorHandler errorHandler)
    • Method Detail

      • error

        public void error​(org.xml.sax.SAXParseException e)
                   throws org.xml.sax.SAXException
        Specified by:
        error in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • warning

        public void warning​(org.xml.sax.SAXParseException e)
                     throws org.xml.sax.SAXException
        Specified by:
        warning in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • fatalError

        public void fatalError​(org.xml.sax.SAXParseException e)
                        throws org.xml.sax.SAXException
        Specified by:
        fatalError in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • setErrorHandler

        public void setErrorHandler​(RDFErrorHandler errorHandler)
        Parameters:
        errorHandler - The errorHandler to set.