Exception(void) | Exception | [inline] |
Exception(const Exception &e) | Exception | [inline] |
Exception(const char *description, int code=0) | Exception | [inline] |
Exception(const char *file, unsigned int line, const char *description=0, int code=0) | Exception | [inline] |
Exception(const char *file, unsigned int line, const char *description1, const char *description2, int code=0) | Exception | |
Exception(const char *file, unsigned int line, const char *description1, const char *description2, const char *description3, int code=0) | Exception | |
getCode(void) const | Exception | [inline] |
getDescription(void) const | Exception | [inline] |
getFile(void) const | Exception | [inline] |
getLine(void) const | Exception | [inline] |
operator=(const Exception &e) | Exception | [inline] |
~Exception(void) | Exception | [inline] |