|
| 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 |
|
◆ Exception() [1/2]
TBTK::Exception::Exception |
( |
| ) |
|
◆ Exception() [2/2]
TBTK::Exception::Exception |
( |
const std::string & |
function, |
|
|
const std::string & |
where, |
|
|
const std::string & |
message, |
|
|
const std::string & |
hint |
|
) |
| |
◆ ~Exception()
virtual TBTK::Exception::~Exception |
( |
| ) |
|
|
virtual |
◆ getFunction()
const std::string & TBTK::Exception::getFunction |
( |
| ) |
const |
|
inline |
◆ getHint()
const std::string & TBTK::Exception::getHint |
( |
| ) |
const |
|
inline |
◆ getMessage()
const std::string & TBTK::Exception::getMessage |
( |
| ) |
const |
|
inline |
◆ getWhere()
const std::string & TBTK::Exception::getWhere |
( |
| ) |
const |
|
inline |
◆ print()
virtual void TBTK::Exception::print |
( |
| ) |
const |
|
virtual |
Print exception to standard error output.
◆ what()
virtual const char* TBTK::Exception::what |
( |
| ) |
const |
|
virtualnoexcept |
Overrider std::exception::what().
The documentation for this class was generated from the following file: