Modulo 5.0.0
|
An exception class to notify errors with parameters in modulo classes. More...
#include <exceptions.hpp>
Public Member Functions | |
ParameterException (const std::string &msg) | |
Public Member Functions inherited from modulo_core::exceptions::CoreException | |
CoreException (const std::string &msg) | |
Additional Inherited Members | |
Protected Member Functions inherited from modulo_core::exceptions::CoreException | |
CoreException (const std::string &prefix, const std::string &msg) | |
An exception class to notify errors with parameters in modulo classes.
This is an exception class to be thrown if there is a problem with parameters (overriding, inconsistent types, undeclared, ...).
Definition at line 101 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 103 of file exceptions.hpp.