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

Method InvalidSize

src/openms/source/CONCEPT/Exception.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 InvalidSize::InvalidSize(const char* file, int line, const char* function, Size size) noexcept :
143 BaseException(file, line, function, "InvalidSize", "the given size was not expected: " + String(size))
144 {
145 GlobalExceptionHandler::getInstance().setMessage(what());
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) + ")")

Callers

nothing calls this directly

Calls 3

getInstanceFunction · 0.85
StringClass · 0.50
setMessageMethod · 0.45

Tested by

no test coverage detected