com.sun.msv.verifier.util
Class IgnoreErrorHandler
java.lang.Object
com.sun.msv.verifier.util.IgnoreErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class IgnoreErrorHandler
- extends Object
- implements ErrorHandler
do-nothing implementation of ErrorHandler.
- Author:
- Kohsuke KAWAGUCHI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreErrorHandler
public IgnoreErrorHandler()
fatalError
public void fatalError(SAXParseException e)
throws SAXParseException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXParseException
error
public void error(SAXParseException error)
- Specified by:
error in interface ErrorHandler
warning
public void warning(SAXParseException warning)
- Specified by:
warning in interface ErrorHandler
Copyright © 2013 Oracle Corporation. All Rights Reserved.