sofs19
0.1
FUSE based file system
|
Go to the documentation of this file.
6 #ifndef __SOFS19_EXCEPTION__
7 #define __SOFS19_EXCEPTION__
42 const char *
what()
const throw();
char msg[100]
buffer to store the exception message
Definition: exception.h:29
SOException(int _en, const char *_func)
the constructor
const char * func
name of function that has thrown the exception
Definition: exception.h:28
const char * what() const
default exception message
int en
(system) error number
Definition: exception.h:27
The sofs19 exception class.
Definition: exception.h:24