|
LoveBrains
1.0.0
|
Define the exception for the App class. More...
#include <app_exception.h>
Public Member Functions | |
| AppException (const char *message) throw () | |
| Constructor. More... | |
| ~AppException (void) throw () | |
| Destructor. | |
| const char * | what (void) const throw () |
| Return the error message that has been throw. More... | |
Define the exception for the App class.
| App::AppException::AppException | ( | const char * | message | ) | |
| throw | ( | ||||
| ) | |||||
Constructor.
| message | : Contains the error message. |
| const char * App::AppException::what | ( | void | ) | const | |
| throw | ( | ||||
| ) | |||||
Return the error message that has been throw.
1.8.10