IBR-DTNSuite  0.10
ibrcommon::QueueUnblockedException Class Reference

#include <Queue.h>

Inheritance diagram for ibrcommon::QueueUnblockedException:
Inheritance graph
Collaboration diagram for ibrcommon::QueueUnblockedException:
Collaboration graph

Public Types

enum  type_t { QUEUE_ABORT = 0, QUEUE_ERROR = 1, QUEUE_TIMEOUT = 2 }
 

Public Member Functions

 QueueUnblockedException (const type_t r, string what="Queue is unblocked.") throw ()
 
 QueueUnblockedException (const ibrcommon::Conditional::ConditionalAbortException &ex, string what="Queue is unblocked.") 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

type_t reason
 

Additional Inherited Members

- Protected Attributes inherited from ibrcommon::Exception
string _what
 

Detailed Description

Definition at line 35 of file Queue.h.

Member Enumeration Documentation

Enumerator
QUEUE_ABORT 
QUEUE_ERROR 
QUEUE_TIMEOUT 

Definition at line 38 of file Queue.h.

Constructor & Destructor Documentation

ibrcommon::QueueUnblockedException::QueueUnblockedException ( const type_t  r,
string  what = "Queue is unblocked." 
) throw ()
inline

Definition at line 45 of file Queue.h.

Member Data Documentation

type_t ibrcommon::QueueUnblockedException::reason

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