TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
Public Member Functions | |
IndexException () | |
IndexException (const std::string &function, const std::string &where, const std::string &message, const std::string &hint) | |
virtual | ~IndexException () |
Public Member Functions inherited from TBTK::Exception | |
Exception () | |
Exception (const std::string &function, const std::string &where, const std::string &message, const std::string &hint) | |
virtual | ~Exception () |
virtual const char * | what () const noexcept |
virtual void | print () const |
const std::string & | getFunction () const |
const std::string & | getWhere () const |
const std::string & | getMessage () const |
const std::string & | getHint () const |
TBTK::IndexException::IndexException | ( | ) |
Constructor.
TBTK::IndexException::IndexException | ( | const std::string & | function, |
const std::string & | where, | ||
const std::string & | message, | ||
const std::string & | hint | ||
) |
Constructor.
|
virtual |
Destructor.