IBR-DTNSuite  0.10
ibrcommon::ThreadException Class Reference

#include <Thread.h>

Inheritance diagram for ibrcommon::ThreadException:
Inheritance graph
Collaboration diagram for ibrcommon::ThreadException:
Collaboration graph

Public Member Functions

 ThreadException (int err=0, string what="An error occured during a thread operation.") throw ()
 
- Public Member Functions inherited from ibrcommon::Exception
 Exception () throw ()
 
 Exception (const exception &) throw ()
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 
 Exception (string what) throw ()
 

Public Attributes

const int error
 

Additional Inherited Members

- Protected Attributes inherited from ibrcommon::Exception
string _what
 

Detailed Description

Definition at line 36 of file Thread.h.

Constructor & Destructor Documentation

ibrcommon::ThreadException::ThreadException ( int  err = 0,
string  what = "An error occured during a thread operation." 
) throw ()
inline

Definition at line 39 of file Thread.h.

Member Data Documentation

const int ibrcommon::ThreadException::error

Definition at line 41 of file Thread.h.


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