1 #ifndef MUQEXCEPTIONS_H
2 #define MUQEXCEPTIONS_H
A MUQ dependency has failed.
ExternalLibraryError(std::string const &message)
Class for virtual base functions that are not implemented.
NotImplementedError(std::string const &message)
Used when a child class has not been registered with the factory method.
NotRegisteredError(std::string const &message)
Exception to throw when matrices, vectors, or arrays are the wrong size.
WrongSizeError(std::string const &message)