#include <Exception.h>
Public Member Functions | |
Exception (std::string name, std::string message, std::string module, int line, std::string function) | |
Exception (std::string name, std::string message, std::string module, int line, std::string function, xcept::Exception &e) |
Definition at line 8 of file Exception.h.
evf::Exception::Exception | ( | std::string | name, |
std::string | message, | ||
std::string | module, | ||
int | line, | ||
std::string | function | ||
) | [inline] |
Definition at line 11 of file Exception.h.
evf::Exception::Exception | ( | std::string | name, |
std::string | message, | ||
std::string | module, | ||
int | line, | ||
std::string | function, | ||
xcept::Exception & | e | ||
) | [inline] |
Definition at line 16 of file Exception.h.