DayTimeNotFound Class Reference
[GPSTk data structuresException Classes]

#include <DataStructures.hpp>

Inheritance diagram for DayTimeNotFound:

Inheritance graph
[legend]
Collaboration diagram for DayTimeNotFound:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 154 of file DataStructures.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

DayTimeNotFound  )  throw () [inline]
 

Default constructor.

Definition at line 154 of file DataStructures.hpp.

DayTimeNotFound const DayTimeNotFound a  )  throw () [inline]
 

Copy constructor.

Definition at line 154 of file DataStructures.hpp.

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

Cast constructor.

Definition at line 154 of file DataStructures.hpp.

DayTimeNotFound 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 159 of file DataStructures.hpp.

~DayTimeNotFound  )  throw () [inline]
 

Destructor.

Definition at line 159 of file DataStructures.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 159 of file DataStructures.hpp.

DayTimeNotFound& operator= const DayTimeNotFound kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 159 of file DataStructures.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 159 of file DataStructures.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Feb 9 03:31:28 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1