com.a7soft.examxml
Class ExamXMLErrorHandler

java.lang.Object
  extended by com.a7soft.examxml.ExamXMLErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ExamXMLErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

The ExamXML class for SAX error handlers.

User: Yuri Kernogo Date: July 29, 2007 Time: 3:16:56 PM.

Version:
$Id: ExamXMLErrorHandler.java,v 1.4 2007/11/05 09:18:11 Yuri Kernogo Exp $

Method Summary
 void error(org.xml.sax.SAXParseException ex)
          Receive notification of a error.
 void fatalError(org.xml.sax.SAXParseException ex)
          Receive notification of a fatal error.
 void warning(org.xml.sax.SAXParseException ex)
          Receive notification of a warning.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

warning

public void warning(org.xml.sax.SAXParseException ex)
Receive notification of a warning.

Specified by:
warning in interface org.xml.sax.ErrorHandler
Parameters:
ex - The warning information encapsulated in a SAX parse exception

error

public void error(org.xml.sax.SAXParseException ex)
Receive notification of a error.

Specified by:
error in interface org.xml.sax.ErrorHandler
Parameters:
ex - The error information encapsulated in a SAX parse exception

fatalError

public void fatalError(org.xml.sax.SAXParseException ex)
                throws org.xml.sax.SAXException
Receive notification of a fatal error.

Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Parameters:
ex - The error information encapsulated in a SAX parse exception
Throws:
org.xml.sax.SAXException