IBR-DTNSuite  0.10
ibrcommon::NotImplementedException Class Reference

#include <Exceptions.h>

Inheritance diagram for ibrcommon::NotImplementedException:
Inheritance graph
Collaboration diagram for ibrcommon::NotImplementedException:
Collaboration graph

Public Member Functions

 NotImplementedException (string what="This method isn't implemented.") 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 is thrown if a method isn't implemented.

Definition at line 79 of file Exceptions.h.

Constructor & Destructor Documentation

ibrcommon::NotImplementedException::NotImplementedException ( string  what = "This method isn't implemented.") throw ()
inline

Definition at line 82 of file Exceptions.h.


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