| 61 | } |
| 62 | |
| 63 | void XMLHandler::fatalError(const SAXParseException & exception) |
| 64 | { |
| 65 | fatalError(LOAD, sm_.convert(exception.getMessage()), exception.getLineNumber(), exception.getColumnNumber()); |
| 66 | } |
| 67 | |
| 68 | void XMLHandler::error(const SAXParseException & exception) |
| 69 | { |
nothing calls this directly
no test coverage detected