A basic exception class adjusted for the needs of the SMET library.
#include <libsmet.h>
Public Member Functions | |
SMETException (const std::string &message="SMETException occured", const std::string &position="") | |
~SMETException () throw () | |
const char * | what () const throw () |
Protected Attributes | |
std::string | msg |
smet::SMETException::SMETException | ( | const std::string & | message = "SMETException occured" , |
const std::string & | position = "" |
||
) |
smet::SMETException::~SMETException | ( | ) | ||
throw | ( | |||
) |
const char * smet::SMETException::what | ( | ) | const | |
throw | ( | |||
) |
|
protected |