#include <Error.h>
|
const std::string & | message (void) const |
|
void | append (const char *cf) |
|
semi-abstract error type for LIBPF; only derived classes can be instantiated - the more general beibg ErrorRunTime
#include "Error.h"
◆ Error()
Error::Error |
( |
const char * |
cf | ) |
|
|
explicitprotected |
- Parameters
-
cf | function that threw the exception |
◆ append()
void Error::append |
( |
const char * |
cf | ) |
|
◆ message()
const std::string & Error::message |
( |
void |
| ) |
const |
◆ msg_
The documentation for this class was generated from the following file: