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

Method warning

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

Source from the content-addressed store, hash-verified

71 }
72
73 void XMLHandler::warning(const SAXParseException & exception)
74 {
75 warning(LOAD, sm_.convert(exception.getMessage()), exception.getLineNumber(), exception.getColumnNumber());
76 }
77
78 void XMLHandler::fatalError(ActionMode mode, const String & msg, UInt line, UInt column) const
79 {

Callers

nothing calls this directly

Calls 3

StringClass · 0.50
convertMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected