CMFailure Class Reference

#include <exceptions.h>

Inheritance diagram for CMFailure:

Inheritance graph
[legend]
Collaboration diagram for CMFailure:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CMFailure (const std::string &explanation, bool use_errno=false)
 Copy the value of errno, and build the output message that will be reported by CMFailure::what().

Private Attributes

int saved_errno


Detailed Description

Definition at line 156 of file exceptions.h.


Constructor & Destructor Documentation

CMFailure::CMFailure ( const std::string &  what_failed,
bool  use_errno = false 
)

Copy the value of errno, and build the output message that will be reported by CMFailure::what().

Definition at line 85 of file exceptions.cc.

References CMException::_what, and saved_errno.


Member Data Documentation

int CMFailure::saved_errno [private]

Definition at line 161 of file exceptions.h.

Referenced by CMFailure().


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

Generated on Tue May 13 11:32:43 2008 for consmgr by  doxygen 1.5.5