Abstract stromx exception.
More...
#include <Exception.h>
|
| | Exception (const std::string &message) |
| |
|
virtual const char * | what () const throw () |
| |
| virtual const std::string & | message () const |
| |
| virtual const std::string & | callStack () const |
| |
Abstract stromx exception.
§ Exception()
| stromx::runtime::Exception::Exception |
( |
const std::string & |
message | ) |
|
|
explicit |
§ callStack()
| virtual const std::string& stromx::runtime::Exception::callStack |
( |
| ) |
const |
|
inlinevirtual |
Returns the call stack at the point where the exception was thrown.
§ message()
| virtual const std::string& stromx::runtime::Exception::message |
( |
| ) |
const |
|
inlinevirtual |
Returns the exception message.
The documentation for this class was generated from the following files:
- stromx/runtime/Exception.h
- stromx/runtime/Exception.cpp