public class DraconianErrorHandler extends Object implements ErrorHandler
ErrorHandler that throws all errors and fatal errors.| Modifier and Type | Field and Description |
|---|---|
static ErrorHandler |
theInstance
Use this singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
void |
warning(SAXParseException e) |
public static final ErrorHandler theInstance
public void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException e) throws SAXException
warning in interface ErrorHandlerSAXExceptionCopyright © 2018–2021 mhoffrogge. All rights reserved.