com.hp.hpl.jena.rdf.arp
Class ARPSaxErrorHandler

java.lang.Object
  extended by com.hp.hpl.jena.rdf.arp.ARPSaxErrorHandler
All Implemented Interfaces:
ErrorHandler

public class ARPSaxErrorHandler
extends Object
implements ErrorHandler

This class is not part of the API. It is public merely for test purposes.

Author:
Jeremy Carroll

Constructor Summary
ARPSaxErrorHandler(RDFErrorHandler errorHandler)
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARPSaxErrorHandler

public ARPSaxErrorHandler(RDFErrorHandler errorHandler)
Method Detail

error

public void error(SAXParseException e)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException e)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException e)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP