CLAM-Development
1.4.0
|
Derived class of the Err base class Handles errors in files openings. More...
#include <ErrOpenFile.hxx>
Public Member Functions | |
ErrOpenFile (const char *filename) | |
virtual | ~ErrOpenFile () throw () |
![]() | |
Err () throw () | |
Err (const char *msg) throw () | |
Err (const Err &) throw () | |
virtual | ~Err () throw () |
void | Print (void) const throw () |
virtual const char * | what () const throw () |
void | Embed (const std::exception &) throw () |
void | Embed (const char *str) throw () |
Additional Inherited Members | |
![]() | |
char * | mMsg |
Derived class of the Err base class Handles errors in files openings.
No new data members No member functions
Definition at line 36 of file ErrOpenFile.hxx.
CLAM::ErrOpenFile::ErrOpenFile | ( | const char * | filename | ) |
Definition at line 32 of file ErrOpenFile.cxx.
|
inlinevirtual |
Definition at line 42 of file ErrOpenFile.hxx.