IBR-DTNSuite  0.8
ibrcommon::QueueUnblockedException Class Reference

#include <Queue.h>

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

List of all members.

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 Attributes

type_t reason

Detailed Description

Definition at line 21 of file Queue.h.


Member Enumeration Documentation

Enumerator:
QUEUE_ABORT 
QUEUE_ERROR 
QUEUE_TIMEOUT 

Definition at line 24 of file Queue.h.


Constructor & Destructor Documentation

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

Definition at line 31 of file Queue.h.


Member Data Documentation


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