#include <Combinations.hpp>
Inheritance diagram for InvalidRequest:


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