Main Page | Class Hierarchy | Class List | Class Members

org::jdom::input::BuilderErrorHandler Class Reference

List of all members.

Public Member Functions

void warning (SAXParseException exception) throws SAXException
void error (SAXParseException exception) throws SAXException
void fatalError (SAXParseException exception) throws SAXException

Detailed Description

The standard JDOM error handler implementation.

Author:
Jason Hunter
Version:
Revision
1.12
,
Date
2004/02/06 09:28:31


Member Function Documentation

void org::jdom::input::BuilderErrorHandler::error SAXParseException  exception  )  throws SAXException [inline]
 

This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue. The implementation of this method here is to rethrow the exception.

Parameters:
exception SAXParseException that occurred.
Exceptions:
SAXException when things go wrong

void org::jdom::input::BuilderErrorHandler::fatalError SAXParseException  exception  )  throws SAXException [inline]
 

This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time. The implementation of this method here is to rethrow the exception.

Parameters:
exception SAXParseException that occurred.
Exceptions:
SAXException when things go wrong

void org::jdom::input::BuilderErrorHandler::warning SAXParseException  exception  )  throws SAXException [inline]
 

This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing. The implementation of this method here is a "no op".

Parameters:
exception SAXParseException that occurred.
Exceptions:
SAXException when things go wrong


The documentation for this class was generated from the following file:
Generated on Thu Dec 9 10:42:05 2004 for JDOM by  doxygen 1.3.9.1