fastdo
0.6.16
|
混合体错误 更多...
#include <utilities.hpp>
Public 类型 | |
enum | { meNoError, meIsNull, meCantConverted, meUnexpectedType, meOutOfArrayRange, meKeyNoExist } |
Public 类型 继承自 winux::Error | |
enum | |
Public 成员函数 | |
MixedError (int errType, AnsiString const &errStr) throw () | |
Public 成员函数 继承自 winux::Error | |
Error () throw () | |
Error (int errType, AnsiString const &errStr) throw () | |
virtual | ~Error () throw () |
virtual int | getErrType () const throw () |
virtual char const * | what () const throw () |
混合体错误
在文件 utilities.hpp 第 1183 行定义.
anonymous enum |
枚举值 | |
---|---|
meNoError |
没有错误 |
meIsNull |
值是Null因此无法操作 |
meCantConverted |
不能转换到某种类型 |
meUnexpectedType |
意料外的类型,该类型不能执行这个操作 |
meOutOfArrayRange |
数组越界 |
meKeyNoExist |
集合不存在指定键 |
在文件 utilities.hpp 第 1186 行定义.
|
inline |
在文件 utilities.hpp 第 1196 行定义.