Package net.bioclipse.xml.business
Class DummyErrorHandler
java.lang.Object
net.bioclipse.xml.business.DummyErrorHandler
- All Implemented Interfaces:
ErrorHandler
Dummy error handler that ignores all problems. It is used in the
well-formedness test, where we do not care about validity errors.
- Author:
- egonw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Constructor Details
-
DummyErrorHandler
public DummyErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-