#include <FS.H>
Inheritance diagram for FS::Failure:

Public Member Functions | |
| Failure (const Text &opName, const Text &arg="<none>") throw () | |
| Failure (const Text &opName, const Text &arg, int err_no) throw () | |
| Failure () throw () | |
| Failure & | operator= (const Failure &other) |
| int | get_errno () const |
| const Text & | get_op () const |
| const Text & | get_arg () const |
Private Attributes | |
| int | FSerrno |
| Text | opName |
| Text | arg |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 57 of file FS.H. References arg. |
|
|
Definition at line 55 of file FS.H. References FSerrno. |
|
|
Definition at line 56 of file FS.H. References opName. |
|
|
|
|
|
Definition at line 62 of file FS.H. Referenced by get_arg(), and operator=(). |
|
|
Definition at line 60 of file FS.H. Referenced by get_errno(), and operator=(). |
|
|
Definition at line 61 of file FS.H. Referenced by get_op(), and operator=(). |
1.4.2