|
versatile-mcmc
0.1.7
|
Base class for exceptions thrown by FastMCMC. More...
#include <exception.hpp>


Public Member Functions | |
| Exception (const Exception ©) | |
| void | operator= (const Exception ©) |
| const char * | what () const override throw () |
| template<typename XValue > | |
| Exception & | operator<< (const XValue &toAppend) |
| Exception & | Nest (const std::exception &toNest) |
Protected Attributes | |
| std::ostringstream | fMessage |
| std::string | fNestedMessage |
| std::string | fWhat |
Base class for exceptions thrown by FastMCMC.
The streaming operators allow easy in-place construction of exception messages.
1.8.11