| 66 | } |
| 67 | |
| 68 | void XMLHandler::error(const SAXParseException & exception) |
| 69 | { |
| 70 | error(LOAD, sm_.convert(exception.getMessage()), exception.getLineNumber(), exception.getColumnNumber()); |
| 71 | } |
| 72 | |
| 73 | void XMLHandler::warning(const SAXParseException & exception) |
| 74 | { |
no test coverage detected