ProcessingException Class Reference
[Exception Classes]

#include <ProcessingClass.hpp>

Inheritance diagram for ProcessingException:

Inheritance graph
[legend]
Collaboration diagram for ProcessingException:

Collaboration graph
[legend]
List of all members.

Detailed Description

Thrown when there is a problem processing GDS data.

Definition at line 44 of file ProcessingClass.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

ProcessingException  )  throw () [inline]
 

Default constructor.

Definition at line 44 of file ProcessingClass.hpp.

ProcessingException const ProcessingException a  )  throw () [inline]
 

Copy constructor.

Definition at line 44 of file ProcessingClass.hpp.

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

Cast constructor.

Definition at line 44 of file ProcessingClass.hpp.

ProcessingException 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 49 of file ProcessingClass.hpp.

~ProcessingException  )  throw () [inline]
 

Destructor.

Definition at line 49 of file ProcessingClass.hpp.

References ProcessingClass::getIndex(), gpstk::operator!=(), and gpstk::operator==().


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 49 of file ProcessingClass.hpp.

ProcessingException& operator= const ProcessingException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 49 of file ProcessingClass.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 49 of file ProcessingClass.hpp.


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