Modulo 4.2.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
modulo_core::exceptions::ParameterException Class Reference

An exception class to notify errors with parameters in modulo classes. More...

#include <exceptions.hpp>

Inheritance diagram for modulo_core::exceptions::ParameterException:
modulo_core::exceptions::CoreException

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ParameterException()

modulo_core::exceptions::ParameterException::ParameterException ( const std::string &  msg)
inlineexplicit

Definition at line 103 of file exceptions.hpp.


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