CommonTimeNotFound Class Reference
[GPSTk data structuresException Classes]

#include <DataStructures.hpp>

Inheritance diagram for CommonTimeNotFound:

Inheritance graph
[legend]
Collaboration diagram for CommonTimeNotFound:

Collaboration graph
[legend]
List of all members.

Detailed Description

Thrown when attempting to access a value and the corresponding epoch (CommonTime) does not exist in the map.

Definition at line 173 of file DataStructures.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

CommonTimeNotFound  )  throw () [inline]
 

Default constructor.

Definition at line 173 of file DataStructures.hpp.

CommonTimeNotFound const CommonTimeNotFound a  )  throw () [inline]
 

Copy constructor.

Definition at line 173 of file DataStructures.hpp.

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

Cast constructor.

Definition at line 173 of file DataStructures.hpp.

CommonTimeNotFound 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 178 of file DataStructures.hpp.

CommonTimeNotFound 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 183 of file DataStructures.hpp.

~CommonTimeNotFound  )  throw () [inline]
 

Destructor.

Definition at line 183 of file DataStructures.hpp.

References gpstk::TypeIDSet.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 183 of file DataStructures.hpp.

CommonTimeNotFound& operator= const CommonTimeNotFound kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 183 of file DataStructures.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 183 of file DataStructures.hpp.


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