#include <FileException.h>
Inheritance diagram for FileException:
Public Member Functions | |
FileException () | |
~FileException () | |
Private Member Functions | |
FileException (const FileException &) | |
FileException & | operator= (const FileException &) |
|
Definition at line 8 of file FileException.cpp.
00009 :Exception() 00010 { 00011 } |
|
Definition at line 14 of file FileException.cpp.
00015 { 00016 } |
|
Definition at line 14 of file FileException.h.
00014 {} // copy constructor
|
|
Definition at line 15 of file FileException.h.
00015 { return *this; } // assignment operator |
|
|