public static class InputSourceHandle.DraconianErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
InputSourceHandle.DraconianErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e)
Throws the error as a parse exception.
|
void |
fatalError(SAXParseException e)
Throws the fatal error as a parse exception.
|
void |
warning(SAXParseException e)
Ignores the warning.
|
public InputSourceHandle.DraconianErrorHandler()
public void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException e) throws SAXException
warning in interface ErrorHandlerSAXExceptionCopyright © 2013-2015 MarkLogic Corporation.