public class MyErrorHandler extends Object implements ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException spe) |
void |
fatalError(SAXParseException spe) |
void |
warning(SAXParseException spe) |
public void warning(SAXParseException spe) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException spe) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException spe) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.