PFASST++
pfasst::NotImplementedYet Class Reference

Not implemented yet exception. More...

#include <interfaces.hpp>

+ Inheritance diagram for pfasst::NotImplementedYet:
+ Collaboration diagram for pfasst::NotImplementedYet:

Public Member Functions

 NotImplementedYet (const string &msg)
 
virtual const char * what () const throw ()
 

Detailed Description

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.

Since
v0.1.0

Definition at line 29 of file interfaces.hpp.

Constructor & Destructor Documentation

pfasst::NotImplementedYet::NotImplementedYet ( const string &  msg)
explicit
Parameters
[in]msgcomponent or algorithm the throwing function is required for

Definition at line 14 of file interfaces_impl.hpp.

Member Function Documentation

const char * pfasst::NotImplementedYet::what ( ) const
throw (
)
virtual

Definition at line 23 of file interfaces_impl.hpp.


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