#include <EngineException.h>
|
enum | ErrorCode {
UNKNOWN,
INVALID_ENGINE,
INIT_FAILED,
KEY_NOT_FOUND,
ADD_ENGINE_TO_LIST,
REMOVE_ENGINE_FROM_LIST,
DYNAMIC_ENGINE_UNAVAILABLE,
INTERNAL_ERROR,
ENGINE_NOT_FOUND,
SET_COMMAND,
LOAD_ENGINE_FAILED
} |
|
◆ ErrorCode
Enumerator |
---|
UNKNOWN | |
INVALID_ENGINE | |
INIT_FAILED | |
KEY_NOT_FOUND | |
ADD_ENGINE_TO_LIST | |
REMOVE_ENGINE_FROM_LIST | |
DYNAMIC_ENGINE_UNAVAILABLE | |
INTERNAL_ERROR | |
ENGINE_NOT_FOUND | |
SET_COMMAND | |
LOAD_ENGINE_FAILED | |
◆ EngineException() [1/4]
EngineException::EngineException |
( |
std::string |
where | ) |
|
|
inline |
◆ EngineException() [2/4]
◆ EngineException() [3/4]
◆ EngineException() [4/4]
◆ ~EngineException()
virtual EngineException::~EngineException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ errorCode2Message()
◆ getErrorCode()
◆ getMessage()
virtual std::string EngineException::getMessage |
( |
| ) |
const |
|
inlinevirtual |
◆ toString()
virtual std::string EngineException::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ errorCode
The documentation for this class was generated from the following file: