DayTime::DayTimeException Class Reference

#include <DayTime.hpp>

Inheritance diagram for DayTime::DayTimeException:

Inheritance graph
[legend]
Collaboration diagram for DayTime::DayTimeException:

Collaboration graph
[legend]
List of all members.

Detailed Description

DayTime basic exception class.

Definition at line 162 of file DayTime.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

DayTimeException  )  throw () [inline]
 

Default constructor.

Definition at line 162 of file DayTime.hpp.

DayTimeException const DayTimeException a  )  throw () [inline]
 

Copy constructor.

Definition at line 162 of file DayTime.hpp.

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

Cast constructor.

Definition at line 162 of file DayTime.hpp.

DayTimeException 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 167 of file DayTime.hpp.

~DayTimeException  )  throw () [inline]
 

Destructor.

Definition at line 167 of file DayTime.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 167 of file DayTime.hpp.

DayTimeException& operator= const DayTimeException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 167 of file DayTime.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 167 of file DayTime.hpp.


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