src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    26 import org.xml.sax.SAXParseException;
    26 import org.xml.sax.SAXParseException;
    27 
    27 
    28 /**
    28 /**
    29  * {@link ErrorHandler} that throws all errors and fatal errors.
    29  * {@link ErrorHandler} that throws all errors and fatal errors.
    30  *
    30  *
    31  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    31  * @author Kohsuke Kawaguchi
    32  */
    32  */
    33 final class DraconianErrorHandler implements ErrorHandler {
    33 final class DraconianErrorHandler implements ErrorHandler {
    34 
    34 
    35     /**
    35     /**
    36      * Singleton instance.
    36      * Singleton instance.