This is the complete list of members for Exception, including all inherited members.
Exception() | Exception | |
Exception(int line, const char *fileName, const char *funcName, const char *errMsg, Error err) | Exception | |
Exception(int line, const char *fileName, const char *funcName, const char *buildDate, const char *buildTime, const char *errMsg, Error err) | Exception | |
Exception(const Exception &except) | Exception | |
GetBuildDate() const | Exception | |
GetBuildTime() const | Exception | |
GetError() const | Exception | |
GetErrorMessage() const | Exception | |
GetFileName() const | Exception | |
GetFullErrorMessage() const | Exception | |
GetFunctionName() const | Exception | |
GetLineNumber() const | Exception | |
operator!=(const Error err) const | Exception | |
operator=(const Exception &except) | Exception | |
operator==(const Error err) const | Exception | |
what() const | Exception | virtual |
~Exception() | Exception | virtual |