Error Class Reference
#include <Error.h>
Inheritance diagram for Error:

Public Member Functions | |
const std::string & | message (void) const |
void | append (const char *cf) |
Protected Member Functions | |
Error (const char *cf) | |
Protected Attributes | |
std::string | msg_ |
Detailed Description
semi-abstract error type for LIBPF; only derived classes can be instantiated - the more general beibg ErrorRunTime
#include "Error.h"
Constructor & Destructor Documentation
|
explicitprotected |
- Parameters
-
cf function that threw the exception
Member Function Documentation
void Error::append | ( | const char * | cf | ) |
- Parameters
-
cf caller function
const std::string& Error::message | ( | void | ) | const |
Member Data Documentation
|
protected |
The documentation for this class was generated from the following file: