FileDocCategorySizeDatePackage
DraconianErrorHandler.javaAPI DocJava SE 5 API3513Fri Aug 26 14:55:56 BST 2005com.sun.org.apache.xerces.internal.util

DraconianErrorHandler

public class DraconianErrorHandler extends Object implements ErrorHandler
{@link ErrorHandler} that throws all errors and fatal errors.
author
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Fields Summary
public static final ErrorHandler
theInstance
Use this singleton instance.
Constructors Summary
private DraconianErrorHandler()

    
      
Methods Summary
public voiderror(org.xml.sax.SAXParseException e)

        throw e;
    
public voidfatalError(org.xml.sax.SAXParseException e)

        throw e;
    
public voidwarning(org.xml.sax.SAXParseException e)

        ; // noop