edu.uoc.pfc.j2ee.jalonsod.mtp.config
Class Configurator.SimpleErrorHandler

java.lang.Object
  extended by edu.uoc.pfc.j2ee.jalonsod.mtp.config.Configurator.SimpleErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler
Enclosing class:
Configurator

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

Error handler for loading documents.


Constructor Summary
Configurator.SimpleErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configurator.SimpleErrorHandler

public Configurator.SimpleErrorHandler()
Method Detail

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException