org.devaki.nextobjects.util
Class NOErrorHandler

java.lang.Object
  extended byorg.devaki.nextobjects.util.NOErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

class NOErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

Implementation of ErrorHandler interface

Author:
Emmanuel Florent

Constructor Summary
(package private) NOErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
          error
 void fatalError(org.xml.sax.SAXParseException exception)
          fatal Error
 void warning(org.xml.sax.SAXParseException exception)
          warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOErrorHandler

NOErrorHandler()
Method Detail

warning

public final void warning(org.xml.sax.SAXParseException exception)
                   throws org.xml.sax.SAXException
warning

Specified by:
warning in interface org.xml.sax.ErrorHandler
Parameters:
exception - the exception
Throws:
org.xml.sax.SAXException - sax exception

error

public final void error(org.xml.sax.SAXParseException exception)
                 throws org.xml.sax.SAXException
error

Specified by:
error in interface org.xml.sax.ErrorHandler
Parameters:
exception - the exception
Throws:
org.xml.sax.SAXException - sax exception

fatalError

public final void fatalError(org.xml.sax.SAXParseException exception)
                      throws org.xml.sax.SAXException
fatal Error

Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Parameters:
exception - the exception
Throws:
org.xml.sax.SAXException - sax exception


Copyright © 2002-2004 devaki.org. All Rights Reserved.