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 ErrorHandler
SAXException
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
SAXException
public void warning(SAXParseException e) throws SAXException
warning
in interface ErrorHandler
SAXException
Copyright © 2013-2015 MarkLogic Corporation.