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

Method FileNotFound

src/openms/source/CONCEPT/Exception.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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")
162 {
163 GlobalExceptionHandler::getInstance().setMessage(what());
164 }
165
166 FileNotReadable::FileNotReadable(const char* file, int line, const char* function, const std::string& filename) noexcept :
167 BaseException(file, line, function, "FileNotReadable", "the file '" + filename + "' is not readable for the current user")

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
setMessageMethod · 0.45

Tested by

no test coverage detected