Invalid parameter Exception.
More...
#include <B2BITS_Exception.h>
|
| InvalidParameterException (const std::string &aMsg) |
| Constructor.
|
|
| 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
|
|
Invalid parameter Exception.
◆ InvalidParameterException()
Utils::InvalidParameterException::InvalidParameterException |
( |
const std::string & | aMsg | ) |
|
|
inline |
Constructor.
- Parameters
-
aMsg | Message that explains exception. |