com.thaiopensource.relaxng.util
Class DraconianErrorHandler

java.lang.Object
  |
  +--com.thaiopensource.relaxng.util.DraconianErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DraconianErrorHandler
extends Object
implements ErrorHandler

An ErrorHandler implementing a brutal error handling policy. Fatal errors and errors are handled by throwing the exception. Warnings are ignored.

Author:
James Clark

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

Constructor Detail

DraconianErrorHandler

public DraconianErrorHandler()
Method Detail

warning

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

error

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

fatalError

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