sofs19
0.1
FUSE based file system
|
The sofs19 exception class. More...
#include <exception.h>
Inherits exception.
Public Member Functions | |
SOException (int _en, const char *_func) | |
the constructor More... | |
const char * | what () const throw () |
default exception message More... | |
Data Fields | |
int | en |
(system) error number | |
const char * | func |
name of function that has thrown the exception | |
char | msg [100] |
buffer to store the exception message | |
The sofs19 exception class.
SOException | ( | int | _en, |
const char * | _func | ||
) |
the constructor
_en | (system) error number |
_func | name of function throwing the exception |
const char* what | ( | ) | const | |
throw | ( | |||
) |
default exception message