MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / fatalError

Method fatalError

src/openms/source/FORMAT/HANDLERS/XMLHandler.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

StringClass · 0.50
convertMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected