#include <EquationSystem.hpp>
Inheritance diagram for InvalidEquationSystem:


Definition at line 47 of file EquationSystem.hpp.
Public Member Functions | |
| InvalidEquationSystem () throw () | |
| Default constructor. | |
| InvalidEquationSystem (const InvalidEquationSystem &a) throw () | |
| Copy constructor. | |
| InvalidEquationSystem (const gpstk::Exception &a) throw () | |
| Cast constructor. | |
| InvalidEquationSystem (const std::string &a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw () | |
| \ Common use constructor. | |
| InvalidEquationSystem (const char *a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw () | |
| \ Common use constructor. | |
| ~InvalidEquationSystem () throw () | |
| Destructor. | |
| std::string | getName () const throw () |
| Returns the name of the exception class. | |
| InvalidEquationSystem & | operator= (const InvalidEquationSystem &kid) |
| assignment operator for derived exceptions | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const InvalidEquationSystem &c) throw () |
| ostream operator for derived exceptions | |
|
|
Default constructor.
Definition at line 47 of file EquationSystem.hpp. |
|
|
Copy constructor.
Definition at line 47 of file EquationSystem.hpp. |
|
|
Cast constructor.
Definition at line 47 of file EquationSystem.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 52 of file EquationSystem.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 57 of file EquationSystem.hpp. |
|
|
Destructor.
Definition at line 57 of file EquationSystem.hpp. |
|
|
Returns the name of the exception class.
Reimplemented from Exception. Definition at line 57 of file EquationSystem.hpp. |
|
|
assignment operator for derived exceptions
Definition at line 57 of file EquationSystem.hpp. |
|
||||||||||||
|
ostream operator for derived exceptions
Definition at line 57 of file EquationSystem.hpp. |
1.3.9.1