src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/ErrorHandlerProxy.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    38  * Experience shows that it is better to store the actual
    38  * Experience shows that it is better to store the actual
    39  * {@link XMLErrorHandler} in one place and looks up that variable,
    39  * {@link XMLErrorHandler} in one place and looks up that variable,
    40  * rather than copying it into every component that needs an error handler
    40  * rather than copying it into every component that needs an error handler
    41  * and update all of them whenever it is changed, IMO.
    41  * and update all of them whenever it is changed, IMO.
    42  *
    42  *
    43  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    43  * @author Kohsuke Kawaguchi
    44  *
    44  *
    45  */
    45  */
    46 public abstract class ErrorHandlerProxy implements ErrorHandler {
    46 public abstract class ErrorHandlerProxy implements ErrorHandler {
    47 
    47 
    48     public void error(SAXParseException e) throws SAXException {
    48     public void error(SAXParseException e) throws SAXException {