com.artenum.forceria.xml
Class DTDErrorHandler

java.lang.Object
  extended by com.artenum.forceria.xml.DTDErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DTDErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
DTDErrorHandler()
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDErrorHandler

public DTDErrorHandler()
Method Detail

warning

public void warning(SAXParseException exception)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException

error

public void error(SAXParseException exception)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException exception)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException


Copyright © 2010-2013 Artenum. All Rights Reserved.