#include <exception.h>
|
| template<typename T > |
| | Exception (T const &thrower, std::string const &reason) |
| |
| virtual | ~Exception () throw () |
| |
| const char * | what () const throw () |
| |
AudioGrapher Exception class. Automatically tells which class an exception was thrown from.
Definition at line 18 of file exception.h.
◆ Exception()
template<typename T >
| AudioGrapher::Exception::Exception |
( |
T const & |
thrower, |
|
|
std::string const & |
reason |
|
) |
| |
|
inline |
◆ ~Exception()
| virtual AudioGrapher::Exception::~Exception |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
| const char* AudioGrapher::Exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
◆ explanation
| std::string const AudioGrapher::Exception::explanation |
|
private |
The documentation for this class was generated from the following file: