fastdo
0.6.8
|
文件系统错误类 更多...
#include <filesys.hpp>
Public 类型 | |
enum | { fseNone, fseNotImplemented, fseNotFound, fsePermissionDenied, fseInvalidArgument } |
Public 成员函数 | |
FileSysError (int errType, AnsiString const &s) 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 () |
文件系统错误类
在文件 filesys.hpp 第 160 行定义.
anonymous enum |
枚举值 | |
---|---|
fseNone |
没有错误 |
fseNotImplemented |
方法未实现 |
fseNotFound |
文件系统错误:文件或目录不存在 |
fsePermissionDenied |
文件系统错误:无权限拒绝访问 |
fseInvalidArgument |
文件系统错误:无效参数 |
在文件 filesys.hpp 第 163 行定义.
|
inline |
在文件 filesys.hpp 第 171 行定义.