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="") | |
const char * | what () const noexcept |
Protected Attributes | |
std::string | msg |
smet::SMETException::SMETException | ( | const std::string & | message = "SMETException occured" , |
const std::string & | position = "" |
||
) |
|
noexcept |
|
protected |