ComPWA Exceptions base class.
More...
#include <Exceptions.hpp>
ComPWA Exceptions base class.
This class defines the ComPWA exception base-class and provides a set of standard exceptions.
Definition at line 24 of file Exceptions.hpp.
◆ Exception() [1/3]
ComPWA::Exception::Exception |
( |
const Exception & |
e | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ ~Exception()
virtual ComPWA::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ Exception() [2/3]
ComPWA::Exception::Exception |
( |
const char * |
w = "" | ) |
|
throw | ( | |
| ) | | |
|
inlineprotected |
◆ Exception() [3/3]
ComPWA::Exception::Exception |
( |
const std::string & |
w | ) |
|
throw | ( | |
| ) | | |
|
inlineprotected |
◆ operator=()
◆ what()
virtual const char* ComPWA::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what_
std::string ComPWA::Exception::what_ |
|
protected |
The documentation for this class was generated from the following file: