|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A ConfigurationError indicates an error encountered during the initial configuration of the EchoMap graphics context. More...
#include <ConfigurationError.hpp>
Public Member Functions | |
| 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. | |
| Public Member Functions inherited from echomap::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. | |
| const std::source_location & | where () const noexcept |
| Retrieves the location of the throwing statement. | |
| Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
| Public Member Functions inherited from std::exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |
A ConfigurationError indicates an error encountered during the initial configuration of the EchoMap graphics context.
Definition at line 19 of file ConfigurationError.hpp.
|
explicit |
Create a new ConfigurationError with the given message at the given location.
| message | Human-readable message indicating the cause of the error. |
| location | Optional location of the throwing statement. |
Definition at line 13 of file ConfigurationError.cpp.