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 void
error(SAXParseException error)
void
fatalError(SAXParseException e)
void
warning(SAXParseException warning)
-
-
-
Method Detail
-
fatalError
public void fatalError(SAXParseException e) throws SAXParseException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXParseException
-
error
public void error(SAXParseException error)
- Specified by:
error
in interfaceErrorHandler
-
warning
public void warning(SAXParseException warning)
- Specified by:
warning
in interfaceErrorHandler
-
-