#include <SwitcherError.h>
|
| | SwitcherError (const std::string &meth, const std::string &msg) |
| |
| | SwitcherError (const SwitcherError &) |
| |
| virtual | ~SwitcherError () |
| |
| virtual const std::string & | what () const |
| | Return the message string for the exception.
|
| |
| virtual const std::string & | where () const |
| | Return the name of the method or function which detected the exception.
|
| |
Definition at line 8 of file SwitcherError.h.
◆ SwitcherError() [1/3]
| SwitcherError::SwitcherError |
( |
const std::string & |
meth, |
|
|
const std::string & |
msg |
|
) |
| |
◆ SwitcherError() [2/3]
◆ ~SwitcherError()
| SwitcherError::~SwitcherError |
( |
| ) |
|
|
virtual |
◆ SwitcherError() [3/3]
| SwitcherError::SwitcherError |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following files: