|
StormByte C++ Library: Multimedia module 0.0.9999
StormByte-Multimedia is a StormByte library module for parsing configuration files
|
Thrown when Registry::FindCodec does not resolve a key. More...
#include <StormByte/multimedia/exception.hxx>


Public Member Functions | |
| CodecNotFoundException (const std::string &codec) | |
Constructs the exception for codec. | |
Public Member Functions inherited from StormByte::Multimedia::Exception | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
| Constructs a formatted Multimedia exception. | |
| Exception (const Exception &)=default | |
| Copy constructor. | |
| Exception (Exception &&) noexcept=default | |
| Move constructor. | |
| ~Exception () noexcept override=default | |
| Destructor. | |
| Exception & | operator= (const Exception &)=default |
| Copy assignment. | |
| Exception & | operator= (Exception &&) noexcept=default |
| Move assignment. | |
Thrown when Registry::FindCodec does not resolve a key.
|
inlineexplicit |