public class XMLExceptionHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
XMLExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
XMLException |
getXMLException() |
void |
warning(SAXParseException exception) |
public void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic XMLException getXMLException()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.