dvc_exception
Module: Exceptions
Describes exceptions originating from the DVC library.
#include <media_engine.h>
Inherits from dolbyio::comms::media_exception, dolbyio::comms::exception, exception
Public Functions
Name | |
---|---|
~dvc_exception() The destructor for the media exception. | |
dvc_exception(std::string && description) The constructor that takes a description of the exception. |
Additional inherited members
Public Functions inherited from dolbyio::comms::media_exception
Name | |
---|---|
~media_exception() The destructor for the media exception. | |
media_exception(std::string && description) The constructor that takes a description of the exception. |
Public Functions inherited from dolbyio::comms::exception
Name | |
---|---|
~exception() =default | |
const char * | what() const override Overrides to std::exception that returns a description of the exception. |
exception(const std::string & description) The constructor that takes the description of the exception. |
Protected Attributes inherited from dolbyio::comms::exception
Name | |
---|---|
std::string | fulldescription |
class dolbyio::comms::dvc_exception;
Public Functions Documentation
function ~dvc_exception
~dvc_exception()
The destructor for the media exception.
function dvc_exception
dvc_exception(
std::string && description
)
The constructor that takes a description of the exception.
Parameters:
- description The description of the exception.
Updated 3 months ago
Did this page help you?