#include <ProcessingClass.hpp>
Inheritance diagram for ProcessingException:


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. | |
| ProcessingException & | operator= (const ProcessingException &kid) |
| assignment operator for derived exceptions | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const ProcessingException &c) throw () |
| ostream operator for derived exceptions | |
|
|
Default constructor.
Definition at line 44 of file ProcessingClass.hpp. |
|
|
Copy constructor.
Definition at line 44 of file ProcessingClass.hpp. |
|
|
Cast constructor.
Definition at line 44 of file ProcessingClass.hpp. |
|
||||||||||||||||
|
\ 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. |
|
|
Destructor.
Definition at line 49 of file ProcessingClass.hpp. References ProcessingClass::getIndex(), gpstk::operator!=(), and gpstk::operator==(). |
|
|
Returns the name of the exception class.
Reimplemented from Exception. Definition at line 49 of file ProcessingClass.hpp. |
|
|
assignment operator for derived exceptions
Definition at line 49 of file ProcessingClass.hpp. |
|
||||||||||||
|
ostream operator for derived exceptions
Definition at line 49 of file ProcessingClass.hpp. |
1.3.9.1