TF++, Miscellaneous classes and modules in C++:

exception class for file system utilities More...

#include <fs.h>

Inheritance diagram for tfxx::error::FSException:
Collaboration diagram for tfxx::error::FSException:

Public Types

typedef tfxx::error::Exception TBase
 base class More...
 

Public Member Functions

 FSException (const char *message, const char *file, const int &line, const int &en)
 Create with message, failed assertion, and code position. More...
 
virtual ~FSException ()
 provide explicit virtual destructor More...
 
virtual void report () const
 Screen report. More...
 
bool iserrno (const int &en) const
 true, if exception reports error en More...
 

Static Public Member Functions

static void report_on_construct ()
 Issue a screen report on construction of exception. More...
 
static void dont_report_on_construct ()
 Issue NO screen report on construction of exception. More...
 
static void restore_report_state ()
 Restore previous report state. More...
 

Protected Member Functions

bool report_on_construct_is_true () const
 

Private Member Functions

void fs_report () const
 my report More...
 

Private Attributes

int Merrno
 error number More...
 

Detailed Description

exception class for file system utilities

,

See also
TFXX_Xassert
tfxx::error::Exception

Definition at line 72 of file fs.h.


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