Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Errno_Exception Class Reference

#include <RM_Exception.h>

Inheritance diagram for Errno_Exception::

std::exception List of all members.

Public Methods

 Errno_Exception (char *msg, int the_errno, bool allocated=true)
 Errno_Exception (const Errno_Exception &e)
 Errno_Exception (int the_errno)
virtual ~Errno_Exception (void)
const char* what (void) const
int error (void) const

Private Attributes

char* m_msg
int m_error
bool m_allocated

Constructor & Destructor Documentation

Errno_Exception::Errno_Exception ( char * msg,
int the_errno,
bool allocated = true ) [inline]
 

Errno_Exception::Errno_Exception ( const Errno_Exception & e ) [inline]
 

Errno_Exception::Errno_Exception ( int the_errno ) [inline]
 

Errno_Exception::~Errno_Exception ( void ) [inline, virtual]
 


Member Function Documentation

int Errno_Exception::error ( void ) const [inline]
 

const char * Errno_Exception::what ( void ) const [inline]
 


Member Data Documentation

bool Errno_Exception::m_allocated [private]
 

int Errno_Exception::m_error [private]
 

char * Errno_Exception::m_msg [private]
 


The documentation for this class was generated from the following file:
Generated at Sat Sep 7 21:21:08 2002 for Resource Monitoring Facility by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001