IBR-DTNSuite  0.10
ibrcommon::FileNotExistsException Class Reference

#include <File.h>

Inheritance diagram for ibrcommon::FileNotExistsException:
Inheritance graph
Collaboration diagram for ibrcommon::FileNotExistsException:
Collaboration graph

Public Member Functions

 FileNotExistsException (ibrcommon::File f) throw ()
 
- Public Member Functions inherited from ibrcommon::IOException
 IOException (string what="Input/Output error.") throw ()
 
- Public Member Functions inherited from ibrcommon::Exception
 Exception () throw ()
 
 Exception (const exception &) throw ()
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 
 Exception (string what) throw ()
 

Additional Inherited Members

- Protected Attributes inherited from ibrcommon::Exception
string _what
 

Detailed Description

This exception is throw if a file not exists and a operation requires the file.

Definition at line 176 of file File.h.

Constructor & Destructor Documentation

ibrcommon::FileNotExistsException::FileNotExistsException ( ibrcommon::File  f) throw ()
inline

Definition at line 179 of file File.h.


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