41 const char *
what()
const noexcept;
51 class NoTOML :
public std::exception {
58 NoTOML(
const std::string &tomlPath =
"");
67 const char *
what()
const noexcept;
85 NoTOMLKey(
const std::string &tomlPath =
"",
const std::string &tomlKey =
"");
94 const char *
what()
const noexcept;
117 const char *
what()
const noexcept;
140 const char *
what()
const noexcept;
163 const char *
what()
const noexcept;
189 const char *
what()
const noexcept;
215 const char *
what()
const noexcept;
241 const char *
what()
const noexcept;
Aggregates headers from the Recoded folder.
Exception class for missing active network managers.
const char * what() const noexcept
Retrieves the error message.
NoActiveNetwork(const std::string &exceptionDetails="")
Construct a new NoActiveNetwork object.
Exception class for missing address managers.
const char * what() const noexcept
Retrieves the error message.
NoAddressManager(const std::string &exceptionDetails="")
Construct a new NoAddressManager object.
Exception class for missing audio packets.
const char * what() const noexcept
Retrieves the error message.
~NoAudioPacket()
Destroy the NoAudioPacket object.
NoAudioPacket(const std::string &exceptionDetails="")
Construct a new NoAudioPacket object.
Exception class for missing audio streams.
~NoAudioStream()
Destroy the NoAudioStream object.
const char * what() const noexcept
Retrieves the error message.
NoAudioStream(const std::string &exceptionDetails="")
Construct a new NoAudioStream object.
Exception class for missing compressed audio data.
~NoCompressedAudio()
Destroy the NoCompressedAudio object.
const char * what() const noexcept
Retrieves the error message.
NoCompressedAudio(const std::string &exceptionDetails="")
Construct a new NoCompressedAudio object.
Exception class for missing flag parameters.
const char * what() const noexcept
Retrieves the error message.
NoFlagParameter(const std::string &error="")
Construct a new NoFlagParameter object.
~NoFlagParameter()
Destroy the NoFlagParameter object.
Exception class for missing network class instances.
NoNetworkClass(const std::string &exceptionDetails="")
Construct a new NoNetworkClass object.
const char * what() const noexcept
Retrieves the error message.
Exception class for missing TOML keys.
const char * what() const noexcept
Retrieves the error message.
~NoTOMLKey()
Destroy the NoTOMLKey object.
NoTOMLKey(const std::string &tomlPath="", const std::string &tomlKey="")
Construct a new NoTOMLKey object.
Exception class for missing TOML files.
NoTOML(const std::string &tomlPath="")
Construct a new NoTOML object.
~NoTOML()
Destroy the NoTOML object.
const char * what() const noexcept
Retrieves the error message.