Modifier and Type | Field and Description |
---|---|
private static int | |
private int | |
private Locale |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | error(SAXParseException
The error information encoded as an exception. e)Overrides org. Implements org. Receive notification of a recoverable parser error. |
ERROR_COUNT_LIMIT | back to summary |
---|---|
private static int ERROR_COUNT_LIMIT |
errorCount | back to summary |
---|---|
private int errorCount |
locale | back to summary |
---|---|
private Locale locale |
DefaultValidationErrorHandler | back to summary |
---|---|
public DefaultValidationErrorHandler(Locale locale) |
error | back to summary |
---|---|
public void error(SAXParseException e) throws SAXException Overrides org. Implements org. Doc from org. 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.
|