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

Method setMessage

src/openms/source/CONCEPT/GlobalExceptionHandler.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void GlobalExceptionHandler::setMessage(const std::string & message) throw()
98 {
99 GlobalExceptionHandler::what_() = message;
100 }
101
102 void GlobalExceptionHandler::setFile(const std::string & file) throw()
103 {

Callers 15

PreconditionMethod · 0.45
PostconditionMethod · 0.45
IndexUnderflowMethod · 0.45
IndexOverflowMethod · 0.45
OutOfMemoryMethod · 0.45
SizeUnderflowMethod · 0.45
InvalidSizeMethod · 0.45
IllegalPositionMethod · 0.45
ParseErrorMethod · 0.45
FileNotFoundMethod · 0.45
FileNotReadableMethod · 0.45
FileNotWritableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected