69 static void setName(
const std::string & name)
84 static void setFile(
const std::string & file)
94 static void set(
const std::string & file,
int line,
const std::string & function,
95 const std::string & name,
const std::string & message)
105 static
void newHandler();
117 static
std::
string & file_();
120 static
int & line_();
123 static
std::
string & function_();
126 static
std::
string & name_();
129 static
std::
string & what_();
OpenMS global exception handler.
Definition GlobalExceptionHandler.h:27
static void setFunction(const std::string &function)
static void setName(const std::string &name)
static void terminate()
The OPENMS replacement for terminate.
GlobalExceptionHandler()
Default constructor.
static void setFile(const std::string &file)
static GlobalExceptionHandler & getInstance()
The accessor for the singleton. It also serves as a replacement for the constructor.
~GlobalExceptionHandler()
Definition GlobalExceptionHandler.h:57
static void set(const std::string &file, int line, const std::string &function, const std::string &name, const std::string &message)
static void setMessage(const std::string &message)
static void setLine(int line)
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19