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

Method IllegalPosition

src/openms/source/CONCEPT/Exception.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 IllegalPosition::IllegalPosition(const char* file, int line, const char* function, float x, float y, float z) noexcept :
149 BaseException(file, line, function, "IllegalPosition:", "(" + String(x) + "," + String(y) + "," + String(z) + ")")
150 {
151 GlobalExceptionHandler::getInstance().setMessage(what());
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)

Callers

nothing calls this directly

Calls 3

getInstanceFunction · 0.85
StringClass · 0.50
setMessageMethod · 0.45

Tested by

no test coverage detected