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


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