Method Error
Error(SAXParseException)
Receive notification of a recoverable parser error.
The default implementation does nothing. Application writers may override this method in a subclass to take specific actions for each error, such as inserting the message in a log file or printing it to the console.
Declaration
public virtual void Error(SAXParseException e)
Parameters
Type | Name | Description |
---|---|---|
SAXParseException | e | The warning information encoded as an exception. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | Any SAX exception, possibly wrapping another exception. |