#include <Exception.hpp>
Inheritance diagram for AssertionFailure:


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