#include "gstlearn_export.hpp"
#include <exception>
#include <string>
Classes | |
class | AException |
Macros | |
#define | my_throw(msg) throw_exp(msg, __FILE__, __LINE__) |
#define | my_throw_impossible(msg) throw_exp(msg, __FILE__, __LINE__) |
Functions | |
GSTLEARN_EXPORT void | throw_exp (const std::string &msg="", const std::string &file="", int line=0) |
#define my_throw | ( | msg | ) | throw_exp(msg, __FILE__, __LINE__) |
#define my_throw_impossible | ( | msg | ) | throw_exp(msg, __FILE__, __LINE__) |
GSTLEARN_EXPORT void throw_exp | ( | const std::string & | msg = "" , |
const std::string & | file = "" , |
||
int | line = 0 |
||
) |