OpenASIP
2.0
|
Go to the source code of this file.
Macros | |
#define | THROW_EXCEPTION(exceptionType, message) throw exceptionType(__FILE__, __LINE__, __func__, std::string() + message) |
Exception wrapper macro that automatically includes file name, line number and function name where the throw is made. More... | |
Declarations of exception classes.
Definition in file Exception.hh.
#define THROW_EXCEPTION | ( | exceptionType, | |
message | |||
) | throw exceptionType(__FILE__, __LINE__, __func__, std::string() + message) |
Exception wrapper macro that automatically includes file name, line number and function name where the throw is made.
Definition at line 39 of file Exception.hh.