com.hp.hpl.jena.rdf.model
Interface RDFErrorHandler


public interface RDFErrorHandler

A generic error handler.

Version:
$Revision: 1.2 $
Author:
bwm

Method Summary
 void error(Exception e)
          report an error
 void fatalError(Exception e)
          report a catastrophic error.
 void warning(Exception e)
          report a warning
 

Method Detail

warning

void warning(Exception e)
report a warning

Parameters:
e - an exception representing the error

error

void error(Exception e)
report an error

Parameters:
e - an exception representing the error

fatalError

void fatalError(Exception e)
report a catastrophic error. Must not return.

Parameters:
e - an exception representing the error
Throws:
RDFError - a generic RDF exception


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