Emit the exception message
(SAXParseException spe)
| 273 | * Emit the exception message |
| 274 | */ |
| 275 | public void error(SAXParseException spe) { |
| 276 | if (LOG.isErrorEnabled()) { |
| 277 | LOG.error("Error: " + spe.toString() + ": " + spe.getMessage()); |
| 278 | } |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Emit the exception message, with line numbers |