|
BWAPI
|
#include <Exceptions.h>

Public Member Functions | |
| GeneralException (const std::string &messageKey) | |
| const std::string | getMessage (void) |
Represents any exception that can be thrown during to program run, it doesn't contain expressions that can be thrown by tinyXml
| GeneralException::GeneralException | ( | const std::string & | messageKey | ) |
Creates exception with the specified message
| const std::string GeneralException::getMessage | ( | void | ) |

1.7.6.1