Universal, simple exception class.
More...
#include <exception.h>
|
| | Exception (std::string const &msg) throw () |
| |
| | Exception (std::string const &msg, char const *msg2) throw () |
| |
| | Exception (std::string const &msg, std::string const &msg2) throw () |
| |
| | Exception (void) throw () |
| |
| virtual | ~Exception (void) throw () |
| |
| virtual const char * | what (void) const throw () |
| |
Universal, simple exception class.
Definition at line 23 of file exception.h.
◆ Exception() [1/4]
| util::Exception::Exception |
( |
void |
| ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ Exception() [2/4]
| util::Exception::Exception |
( |
std::string const & |
msg | ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ Exception() [3/4]
| util::Exception::Exception |
( |
std::string const & |
msg, |
|
|
char const * |
msg2 |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
◆ Exception() [4/4]
| util::Exception::Exception |
( |
std::string const & |
msg, |
|
|
std::string const & |
msg2 |
|
) |
| |
| throw | ( | |
| ) | | |
|
inline |
◆ ~Exception()
| virtual util::Exception::~Exception |
( |
void |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
| virtual const char * util::Exception::what |
( |
void |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/mve-354a652461377939ca136f451ba3271a1c52ee65/libs/util/exception.h