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

Method FileNotWritable

src/openms/source/CONCEPT/Exception.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 FileNotWritable::FileNotWritable(const char* file, int line, const char* function, const std::string& filename) noexcept :
173 BaseException(file, line, function, "FileNotWritable", "the file '" + filename + "' is not writable for the current user")
174 {
175 GlobalExceptionHandler::getInstance().setMessage(what());
176 }
177
178 FileNameTooLong::FileNameTooLong(const char* file, int line, const char* function, const std::string& filename, int max_length) noexcept :
179 BaseException(file, line, function, "FileNameTooLong",

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
setMessageMethod · 0.45

Tested by

no test coverage detected