Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Huggle::Exception Class Reference

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
 

Detailed Description

Every exception raised by huggle is defined by this class.

Definition at line 20 of file exception.hpp.


The documentation for this class was generated from the following files: