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 TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
warning
(SAXParseException exception)
-
Constructor Details
-
DummyErrorHandler
public DummyErrorHandler()
-
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-