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

Method ParseError

src/openms/source/CONCEPT/Exception.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 ParseError::ParseError(const char* file, int line, const char* function, const std::string& expression, const std::string& message) noexcept :
155 BaseException(file, line, function, "Parse Error", message + " in: " + expression)
156 {
157 GlobalExceptionHandler::getInstance().setMessage(what());
158 }
159
160 FileNotFound::FileNotFound(const char* file, int line, const char* function, const std::string& filename) noexcept :
161 BaseException(file, line, function, "FileNotFound", "the file '" + filename + "' could not be found")

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
setMessageMethod · 0.45

Tested by

no test coverage detected