com.hp.hpl.mesa.rdf.jena.model
Interface RDFErrorHandler
- All Known Implementing Classes:
- PrettyWriter, RDFDefaultErrorHandler, testWriterAndReader
- public interface RDFErrorHandler
A generic error handler.
- Version:
- $Revision: 1.3 $
- Author:
- bwm
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 |
warning
public void warning(java.lang.Exception e)
- report a warning
- Parameters:
e
- an exception representing the error
error
public void error(java.lang.Exception e)
- report an error
- Parameters:
e
- an exception representing the error
fatalError
public void fatalError(java.lang.Exception e)
- report a catastrophic error. Must not return.
- Parameters:
e
- an exception representing the error- Throws:
RDFError
- a generic RDF exception
Copyright © 2001 Hewlett-Packard. All Rights Reserved.