org.jconfig.utils
Class ConfigErrorHandler

java.lang.Object
  |
  +--org.jconfig.utils.ConfigErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

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

Author:
andreas

Constructor Summary
ConfigErrorHandler(java.io.PrintWriter out)
          Constructor for the MyErrorHandler object
 
Method Summary
 void error(org.xml.sax.SAXParseException spe)
          Description of the Method
 void fatalError(org.xml.sax.SAXParseException spe)
          Description of the Method
 void warning(org.xml.sax.SAXParseException spe)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigErrorHandler

public ConfigErrorHandler(java.io.PrintWriter out)
Constructor for the MyErrorHandler object
Parameters:
out - Description of the Parameter
Method Detail

warning

public void warning(org.xml.sax.SAXParseException spe)
             throws org.xml.sax.SAXException
Description of the Method
Specified by:
warning in interface org.xml.sax.ErrorHandler
Parameters:
spe - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

error

public void error(org.xml.sax.SAXParseException spe)
           throws org.xml.sax.SAXException
Description of the Method
Specified by:
error in interface org.xml.sax.ErrorHandler
Parameters:
spe - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

fatalError

public void fatalError(org.xml.sax.SAXParseException spe)
                throws org.xml.sax.SAXException
Description of the Method
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Parameters:
spe - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.