Huggle
build:^490^dce1e5c
|
Every exception raised by huggle is defined by this class. More...
#include <exception.hpp>
Public Member Functions | |
Exception (QString Text, bool __IsRecoverable=true) | |
ctor | |
Exception (QString Text, QString _Source, bool __IsRecoverable=true) | |
bool | IsRecoverable () |
Public Attributes | |
int | ErrorCode |
Error code. | |
QString | Message |
Reason for crash. | |
QString | Source |
Private Attributes | |
bool | _IsRecoverable |
Every exception raised by huggle is defined by this class.
Definition at line 20 of file exception.hpp.