fastdo
0.5.12
|
文件系统错误类 更多...
#include <filesys.hpp>
Public 类型 | |
enum | { fseNone, fseNotImplemented, fseFsSelfError } |
Public 成员函数 | |
FileSysError (int errType, AnsiString const &s) throw () | |
![]() | |
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 第 150 行定义.
anonymous enum |
枚举值 | |
---|---|
fseNone | |
fseNotImplemented |
方法未实现 |
fseFsSelfError |
文件系统自身的错误 |
在文件 filesys.hpp 第 153 行定义.
|
inline |
在文件 filesys.hpp 第 159 行定义.