#include <Synchronize.hpp>
Inheritance diagram for SynchronizeException:


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