eyedb::Exception Member List
This is the complete list of members for
eyedb::Exception, including all inherited members.
Exception(int status=0, SeverityStatus severity=_Error) | eyedb::Exception | |
Exception(Status parent, int status=0, SeverityStatus severity=_Error) | eyedb::Exception | |
Exception(const Exception &e) | eyedb::Exception | |
getDesc() const | eyedb::Exception | |
getHandler())(Status, void *) | eyedb::Exception | [static] |
getHandlerUserData() | eyedb::Exception | [static] |
getMode() | eyedb::Exception | [static] |
getParent() const | eyedb::Exception | |
getSeverity() const | eyedb::Exception | |
getStatus() const | eyedb::Exception | |
getString() const | eyedb::Exception | |
getUserData() const | eyedb::Exception | |
make(int err, const char *fmt,...) | eyedb::Exception | [static] |
make(int err, const std::string &s) | eyedb::Exception | [static] |
make(const char *fmt,...) | eyedb::Exception | [static] |
make(const std::string &s) | eyedb::Exception | [static] |
make(int err) | eyedb::Exception | [static] |
make(Status status) | eyedb::Exception | [static] |
operator=(const Exception &e) | eyedb::Exception | |
print(FILE *fd=stderr, bool newline=true) const | eyedb::Exception | |
setHandler(void(*handler)(Status, void *), void *hud=NULL) | eyedb::Exception | [static] |
setMode(Exception::Mode mode) | eyedb::Exception | [static] |
setSeverity(SeverityStatus severity) | eyedb::Exception | |
setStatus(int status) | eyedb::Exception | |
setString(const char *fmt,...) | eyedb::Exception | |
setString(SeverityStatus severity, const char *fmt,...) | eyedb::Exception | |
setString(int status, SeverityStatus severity, const char *fmt,...) | eyedb::Exception | |
setUserData(Any ud) | eyedb::Exception | |