< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.java

Print this page

        

*** 38,48 **** * Experience shows that it is better to store the actual * {@link XMLErrorHandler} in one place and looks up that variable, * rather than copying it into every component that needs an error handler * and update all of them whenever it is changed, IMO. * ! * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) * */ public abstract class ErrorHandlerProxy implements ErrorHandler { public void error(SAXParseException e) throws SAXException { --- 38,48 ---- * Experience shows that it is better to store the actual * {@link XMLErrorHandler} in one place and looks up that variable, * rather than copying it into every component that needs an error handler * and update all of them whenever it is changed, IMO. * ! * @author Kohsuke Kawaguchi * */ public abstract class ErrorHandlerProxy implements ErrorHandler { public void error(SAXParseException e) throws SAXException {
< prev index next >