EchoMap
2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Toggle main menu visibility
Loading...
Searching...
No Matches
ConfigurationError.hpp
Go to the documentation of this file.
1
7
8
#ifndef ECHOMAP_CONFIGURATIONERROR_H
9
#define ECHOMAP_CONFIGURATIONERROR_H
10
11
#include "LocatableError.hpp"
12
13
namespace
echomap
14
{
15
19
class
ConfigurationError
:
public
LocatableError
20
{
21
public
:
28
explicit
ConfigurationError
(
29
std::string_view
message,
30
std::source_location
location =
std::source_location::current
()
31
);
32
};
33
34
}
// namespace echomap
35
36
#endif
// ECHOMAP_CONFIGURATIONERROR_H
std::string_view
echomap::ConfigurationError::ConfigurationError
ConfigurationError(std::string_view message, std::source_location location=std::source_location::current())
Create a new ConfigurationError with the given message at the given location.
Definition
ConfigurationError.cpp:13
echomap::LocatableError::LocatableError
LocatableError(std::string_view message, std::source_location location=std::source_location::current())
Create a new LocatableError with the given message at the given location.
Definition
LocatableError.cpp:12
std::source_location::current
T current(T... args)
echomap
The main EchoMap outermost namespace for all non-exported symbols.
Definition
ActionController.hpp:20
std::source_location
src
errors
ConfigurationError.hpp
Generated by
1.17.0