#include <OpenGUI_Exception.h>
Public Member Functions | |
| Exception (int code, const std::string &desc, const std::string &srcArea, char *file, long line) | |
| std::string | getFullMessage () const |
| Returns a fully formatted string comprised of all available information. | |
| OpenGUI::Exception::Exception | ( | int | code, | |
| const std::string & | desc, | |||
| const std::string & | srcArea, | |||
| char * | file, | |||
| long | line | |||
| ) |
| code | The ExceptionID that most closely matches the problem | |
| desc | A string describing the problem | |
| srcArea | The name of the module or subsystem that initially threw the exception | |
| file | The filename in which the exception occurred | |
| line | The line number where the exception occurred |
| std::string OpenGUI::Exception::getFullMessage | ( | ) | const |
Returns a fully formatted string comprised of all available information.