#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

◆ Error()

Error::Error ( const char *  cf)
explicitprotected
Parameters
cffunction that threw the exception

Member Function Documentation

◆ append()

void Error::append ( const char *  cf)
Parameters
cfcaller function

◆ message()

const std::string & Error::message ( void  ) const

Member Data Documentation

◆ msg_

std::string Error::msg_
protected

The documentation for this class was generated from the following file: