Dune::NotImplemented Class Reference
#include <exceptions.hh>
List of all members.
Detailed Description
Default exception for dummy implementations.
This exception can be used for functions/methods
- that have to be implemented but should never be called
- that are missing
|
Public Member Functions |
void | message (const std::string &message) |
| store string in internal message buffer
|
const std::string & | what () const |
| output internal message buffer
|
The documentation for this class was generated from the following file: