#include <StringUtils.hpp>
Inheritance diagram for StringException:


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