sofs19  0.1
FUSE based file system
SOException Class Reference

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
 

Detailed Description

The sofs19 exception class.

Constructor & Destructor Documentation

◆ SOException()

SOException ( int  _en,
const char *  _func 
)

the constructor

Parameters
_en(system) error number
_funcname of function throwing the exception

Member Function Documentation

◆ what()

const char* what ( ) const
throw (
)

default exception message

Returns
pointer to exception message

The documentation for this class was generated from the following file: