Epoch::FormatException Class Reference

#include <Epoch.hpp>

Inheritance diagram for Epoch::FormatException:

Inheritance graph
[legend]
Collaboration diagram for Epoch::FormatException:

Collaboration graph
[legend]
List of all members.

Detailed Description

Epoch formatting ("printing") error exception class.

Definition at line 139 of file Epoch.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

FormatException  )  throw () [inline]
 

Default constructor.

Definition at line 139 of file Epoch.hpp.

FormatException const FormatException a  )  throw () [inline]
 

Copy constructor.

Definition at line 139 of file Epoch.hpp.

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

Cast constructor.

Definition at line 139 of file Epoch.hpp.

FormatException 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 144 of file Epoch.hpp.

~FormatException  )  throw () [inline]
 

Destructor.

Definition at line 144 of file Epoch.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 144 of file Epoch.hpp.

FormatException& operator= const FormatException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 144 of file Epoch.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 144 of file Epoch.hpp.


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