Package mondrian.test.comp
Class XmlUtility.UtilityErrorHandler
- java.lang.Object
-
- mondrian.test.comp.XmlUtility.UtilityErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XmlUtility
public static class XmlUtility.UtilityErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description UtilityErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException exc)
void
fatalError(SAXParseException exc)
void
warning(SAXParseException exc)
-
-
-
Method Detail
-
error
public void error(SAXParseException exc)
- Specified by:
error
in interfaceErrorHandler
-
fatalError
public void fatalError(SAXParseException exc)
- Specified by:
fatalError
in interfaceErrorHandler
-
warning
public void warning(SAXParseException exc)
- Specified by:
warning
in interfaceErrorHandler
-
-