#include <DOP.hpp>
Inheritance diagram for InvalidDOP:


Definition at line 44 of file DOP.hpp.
Public Member Functions | |
| InvalidDOP () throw () | |
| Default constructor. | |
| InvalidDOP (const InvalidDOP &a) throw () | |
| Copy constructor. | |
| InvalidDOP (const gpstk::Exception &a) throw () | |
| Cast constructor. | |
| InvalidDOP (std::string a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw () | |
| \ Common use constructor. | |
| ~InvalidDOP () throw () | |
| Destructor. | |
| std::string | getName () const throw () |
| Returns the name of the exception class. | |
| InvalidDOP & | operator= (const InvalidDOP &kid) |
| assignment operator for derived exceptions | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const InvalidDOP &c) throw () |
| ostream operator for derived exceptions | |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Cast constructor.
|
|
||||||||||||||||
|
\ Common use constructor. \ param a text description of exception condition. \ param b error code (default none) \ param c severity of exception (default unrecoverable) \ |
|
|
Destructor.
|
|
|
Returns the name of the exception class.
Reimplemented from Exception. |
|
|
assignment operator for derived exceptions
|
|
||||||||||||
|
ostream operator for derived exceptions
|
1.3.9.1