fastdo
0.6.8
|
混合体错误 更多...
#include <utilities.hpp>
Public 类型 | |
enum | { meNoError, meIsNull, meCantConverted, meUnexpectedType, meOutOfArrayRange } |
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 第 716 行定义.
anonymous enum |
枚举值 | |
---|---|
meNoError |
没有错误 |
meIsNull |
值是Null因此无法操作 |
meCantConverted |
不能转换到某种类型 |
meUnexpectedType |
意料外的类型,该类型不能执行这个操作 |
meOutOfArrayRange |
数组越界 |
在文件 utilities.hpp 第 719 行定义.
|
inline |
在文件 utilities.hpp 第 728 行定义.