#include <CustomException.h>
Definition at line 11 of file CustomException.h.
◆ CustomException() [1/2]
CustomException::CustomException |
( |
const QString | info, |
|
|
const int32_t | code = UNKNOWN_EXCEPTION ) |
|
inline |
◆ CustomException() [2/2]
CustomException::CustomException |
( |
const int32_t | code | ) |
|
|
inline |
◆ ~CustomException()
virtual CustomException::~CustomException |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
◆ codeToString()
virtual QString CustomException::codeToString |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getCode()
int CustomException::getCode |
( |
| ) |
|
|
inline |
◆ getInfo()
QString CustomException::getInfo |
( |
| ) |
|
|
inline |
◆ what()
virtual const char * CustomException::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ m_code
const int CustomException::m_code |
|
protected |
◆ m_info
QString CustomException::m_info |
|
protected |
◆ m_strInfo
std::string CustomException::m_strInfo |
|
protected |
The documentation for this class was generated from the following file: