Class for handling nested exceptions. Adapted from: https://github.com/GPMueller/mwe-cpp-exception.
More...
#include <opencap_exception.h>
|
| Exception (const std::string &message, const char *file, unsigned int line) |
|
| ~Exception () throw () |
|
const char * | what () const throw () |
|
Class for handling nested exceptions. Adapted from: https://github.com/GPMueller/mwe-cpp-exception.
◆ Exception()
Exception::Exception |
( |
const std::string & |
message, |
|
|
const char * |
file, |
|
|
unsigned int |
line |
|
) |
| |
|
inline |
◆ ~Exception()
Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ what()
const char* Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: