public class DoveServlet.DoveErrorHandler extends Object implements ErrorHandler
| Modifier and Type | Field and Description |
|---|---|
boolean |
erroroccurred
Indicates whether any errors occurred.
|
String |
parsingerrors
The errors that occurred during the parse.
|
| Constructor and Description |
|---|
DoveErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException ex)
Logs an error and adds it to the list of parsing errors.
|
void |
fatalError(SAXParseException ex)
Logs a fatal error.
|
void |
warning(SAXParseException ex)
Logs a warning.
|
public String parsingerrors
public boolean erroroccurred
public void error(SAXParseException ex)
error in interface ErrorHandlerex - the parsing exception describing the errorpublic void warning(SAXParseException ex)
warning in interface ErrorHandlerex - the parsing exception describig the errorpublic void fatalError(SAXParseException ex) throws SAXException
fatalError in interface ErrorHandlerex - the parsing exception describing the errorSAXExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}