#include <DataStructures.hpp>
Inheritance diagram for DayTimeNotFound:


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