Class DraconianErrorHandler

java.lang.Object
com.thaiopensource.xml.sax.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