SystemQueueException Class Reference
[Exception Classes]

#include <Combinations.hpp>

Inheritance diagram for SystemQueueException:

Inheritance graph
[legend]
Collaboration diagram for SystemQueueException:

Collaboration graph
[legend]
List of all members.

Detailed Description

A problem using a system queue.

Definition at line 595 of file Combinations.hpp.

Public Member Functions

 SystemQueueException () throw ()
 Default constructor.
 SystemQueueException (const SystemQueueException &a) throw ()
 Copy constructor.
 SystemQueueException (const gpstk::Exception &a) throw ()
 Cast constructor.
 SystemQueueException (const std::string &a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw ()
 \ Common use constructor.
 SystemQueueException (const char *a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw ()
 \ Common use constructor.
 ~SystemQueueException () throw ()
 Destructor.
std::string getName () const throw ()
 Returns the name of the exception class.
SystemQueueExceptionoperator= (const SystemQueueException &kid)
 assignment operator for derived exceptions

Friends

std::ostream & operator<< (std::ostream &s, const SystemQueueException &c) throw ()
 ostream operator for derived exceptions


Constructor & Destructor Documentation

SystemQueueException  )  throw () [inline]
 

Default constructor.

Definition at line 595 of file Combinations.hpp.

SystemQueueException const SystemQueueException a  )  throw () [inline]
 

Copy constructor.

Definition at line 595 of file Combinations.hpp.

SystemQueueException const gpstk::Exception a  )  throw () [inline]
 

Cast constructor.

Definition at line 595 of file Combinations.hpp.

SystemQueueException const std::string &  a,
unsigned long  b = 0,
gpstk::Exception::Severity  c = gpstk::Exception::unrecoverable
throw () [inline]
 

\ Common use constructor.

\ param a text description of exception condition. \ param b error code (default none) \ param c severity of exception (default unrecoverable) \

Definition at line 600 of file Combinations.hpp.

SystemQueueException const char *  a,
unsigned long  b = 0,
gpstk::Exception::Severity  c = gpstk::Exception::unrecoverable
throw () [inline]
 

\ Common use constructor.

\ param a text description of exception condition. \ param b error code (default none) \ param c severity of exception (default unrecoverable) \

Definition at line 605 of file Combinations.hpp.

~SystemQueueException  )  throw () [inline]
 

Destructor.

Definition at line 605 of file Combinations.hpp.


Member Function Documentation

std::string getName  )  const throw () [inline]
 

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 605 of file Combinations.hpp.

SystemQueueException& operator= const SystemQueueException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 605 of file Combinations.hpp.


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  s,
const SystemQueueException c
throw () [friend]
 

ostream operator for derived exceptions

Definition at line 605 of file Combinations.hpp.


The documentation for this class was generated from the following file:
Generated on Tue May 21 03:31:58 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1