Generic application exception.
More...
#include <B2BITS_Exception.h>
|
| | Exception () |
| | Constructor.
|
| |
| | Exception (const std::string &aReason) |
| | Constructor.
|
| |
| std::string const & | reason () const throw () |
| | Returns the reason for this exception.
|
| |
| virtual const char * | what () const throw () |
| | Returns the reason for this exception.
|
| |
| virtual | ~Exception () throw () |
| | Destructor.
|
| |
|
| std::string | m_reason |
| | std::string that describes raised exception
|
| |
Generic application exception.
◆ Exception() [1/2]
| Utils::Exception::Exception |
( |
| ) |
|
◆ Exception() [2/2]
| Utils::Exception::Exception |
( |
const std::string & | aReason | ) |
|
◆ ~Exception()
| virtual Utils::Exception::~Exception |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ reason()
| std::string const & Utils::Exception::reason |
( |
| ) |
const |
| throw | ( | ) | | | |
Returns the reason for this exception.
◆ what()
| virtual const char * Utils::Exception::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
virtual |
Returns the reason for this exception.
◆ m_reason
| std::string Utils::Exception::m_reason |
|
protected |
std::string that describes raised exception