StormByte C++ Library: Multimedia module 0.0.9999
StormByte-Multimedia is a StormByte library module for parsing configuration files
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Multimedia::ContainerNotFoundException Class Reference

Thrown when Registry::FindContainer does not resolve a key. More...

#include <StormByte/multimedia/exception.hxx>

Inheritance diagram for StormByte::Multimedia::ContainerNotFoundException:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Multimedia::ContainerNotFoundException:
Collaboration graph
[legend]

Public Member Functions

 ContainerNotFoundException (const std::string &container)
 Constructs the exception for container.
 
- 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.
 
Exceptionoperator= (const Exception &)=default
 Copy assignment.
 
Exceptionoperator= (Exception &&) noexcept=default
 Move assignment.
 

Detailed Description

Thrown when Registry::FindContainer does not resolve a key.

Constructor & Destructor Documentation

◆ ContainerNotFoundException()

StormByte::Multimedia::ContainerNotFoundException::ContainerNotFoundException ( const std::string &  container)
inlineexplicit

Constructs the exception for container.

Parameters
containerStormByte name or FFmpeg format id that was not found.

The documentation for this class was generated from the following file: