Not implemented yet exception. More...
#include <interfaces.hpp>
Public Member Functions | |
NotImplementedYet (const string &msg) | |
virtual const char * | what () const throw () |
Not implemented yet exception.
Used by PFASST to mark methods that are required for a particular algorithm (SDC/MLSDC/PFASST) that may not be necessary for all others.
Definition at line 29 of file interfaces.hpp.
|
explicit |
[in] | msg | component or algorithm the throwing function is required for |
Definition at line 14 of file interfaces_impl.hpp.
|
virtual |
Definition at line 23 of file interfaces_impl.hpp.