|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
Exception class to indicate a non-fatal warning indicating an exceptional case of dropping some notification. More...
#include <IgnoredWarning.hpp>
Public Member Functions | |
| IgnoredWarning (std::string_view message, std::source_location location=std::source_location::current()) | |
| Create a new IgnoredWarning 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) |
Exception class to indicate a non-fatal warning indicating an exceptional case of dropping some notification.
Definition at line 21 of file IgnoredWarning.hpp.
|
explicit |
Create a new IgnoredWarning with the given message at the given location.
| message | Human-readable message indicating the reason for the drop. |
| location | Optional location of the throwing statement. |
Definition at line 15 of file IgnoredWarning.cpp.