Package 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
-
-
Constructor Summary
Constructors Constructor Description IgnoreErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException error)voidfatalError(SAXParseException e)voidwarning(SAXParseException warning)
-
-
-
Method Detail
-
fatalError
public void fatalError(SAXParseException e) throws SAXParseException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXParseException
-
error
public void error(SAXParseException error)
- Specified by:
errorin interfaceErrorHandler
-
warning
public void warning(SAXParseException warning)
- Specified by:
warningin interfaceErrorHandler
-
-