| addLocation(const ExceptionLocation &location) | Exception | |
| addText(const std::string &errorText) | Exception | |
| dump(std::ostream &s) const | Exception | |
| errorId | Exception | [protected] |
| Exception() | Exception | |
| Exception(const std::string &errorText, const unsigned long &errorId=0, const Severity &severity=unrecoverable) | Exception | |
| Exception(const char *errorText, const unsigned long &errorId=0, const Severity &severity=unrecoverable) | Exception | |
| Exception(const Exception &exception) | Exception | |
| getErrorId() const | Exception | [inline] |
| getLocation(const size_t &index=0) const | Exception | |
| getLocationCount() const | Exception | |
| getName() const | StringException | [inline] |
| getText(const size_t &index=0) const | Exception | |
| getTextCount() const | Exception | |
| isRecoverable() const | Exception | [inline] |
| locations | Exception | [protected] |
| operator<<(std::ostream &s, const StringException &c) | StringException | [friend] |
| gpstk::gpstk::Exception::operator<<(std::ostream &s, const Exception &e) | Exception | [friend] |
| operator=(const StringException &kid) | StringException | [inline] |
| gpstk::gpstk::Exception::operator=(const Exception &e) | Exception | |
| overflow(int c) | Exception | [protected] |
| recoverable enum value | Exception | |
| setErrorId(const unsigned long &errId) | Exception | [inline] |
| setSeverity(const Severity &sever) | Exception | [inline] |
| severity | Exception | [protected] |
| Severity enum name | Exception | |
| StringException() | StringException | [inline] |
| StringException(const StringException &a) | StringException | [inline] |
| StringException(const gpstk::Exception &a) | StringException | [inline] |
| StringException(const std::string &a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) | StringException | [inline] |
| StringException(const char *a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) | StringException | [inline] |
| terminate() | Exception | [inline] |
| text | Exception | [protected] |
| unrecoverable enum value | Exception | |
| what() const | Exception | |
| ~Exception() | Exception | [inline] |
| ~StringException() | StringException | [inline] |