com.hp.hpl.mesa.rdf.jena.common
Class RDFDefaultErrorHandler

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.common.RDFDefaultErrorHandler
All Implemented Interfaces:
RDFErrorHandler

public class RDFDefaultErrorHandler
extends java.lang.Object
implements RDFErrorHandler

Version:
$Revision: 1.3 $ %Date$
Author:
bwm

Constructor Summary
RDFDefaultErrorHandler()
          Creates new RDFDefaultErrorHandler
 
Method Summary
 void error(java.lang.Exception e)
          report an error
 void fatalError(java.lang.Exception e)
          report a catastrophic error.
 void warning(java.lang.Exception e)
          report a warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFDefaultErrorHandler

public RDFDefaultErrorHandler()
Creates new RDFDefaultErrorHandler
Method Detail

warning

public void warning(java.lang.Exception e)
Description copied from interface: RDFErrorHandler
report a warning
Specified by:
warning in interface RDFErrorHandler
Following copied from interface: com.hp.hpl.mesa.rdf.jena.model.RDFErrorHandler
Parameters:
e - an exception representing the error

error

public void error(java.lang.Exception e)
Description copied from interface: RDFErrorHandler
report an error
Specified by:
error in interface RDFErrorHandler
Following copied from interface: com.hp.hpl.mesa.rdf.jena.model.RDFErrorHandler
Parameters:
e - an exception representing the error

fatalError

public void fatalError(java.lang.Exception e)
Description copied from interface: RDFErrorHandler
report a catastrophic error. Must not return.
Specified by:
fatalError in interface RDFErrorHandler
Following copied from interface: com.hp.hpl.mesa.rdf.jena.model.RDFErrorHandler
Parameters:
e - an exception representing the error
Throws:
RDFError - a generic RDF exception


Copyright © 2001 Hewlett-Packard. All Rights Reserved.