the exception class for c2_function operations.
More...
#include <c2_function.hh>
the exception class for c2_function operations.
Definition at line 65 of file c2_function.hh.
◆ c2_exception()
c2_exception::c2_exception |
( |
const char |
msgcode[] | ) |
|
|
inline |
construct the exception with an error message
- Parameters
-
Definition at line 69 of file c2_function.hh.
◆ ~c2_exception()
virtual c2_exception::~c2_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
virtual const char* c2_exception::what |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Returns a C-style character string describing the general cause of the current error.
Definition at line 73 of file c2_function.hh.
73 {
return info.c_str(); }
◆ info
std::string c2_exception::info |
|
private |
The documentation for this class was generated from the following file: