< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler.java

Print this page

        

*** 26,36 **** import org.xml.sax.SAXParseException; /** * {@link ErrorHandler} that throws all errors and fatal errors. * ! * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) */ final class DraconianErrorHandler implements ErrorHandler { /** * Singleton instance. --- 26,36 ---- import org.xml.sax.SAXParseException; /** * {@link ErrorHandler} that throws all errors and fatal errors. * ! * @author Kohsuke Kawaguchi */ final class DraconianErrorHandler implements ErrorHandler { /** * Singleton instance.
< prev index next >