URY playd
C++ minimalist audio player
SeekError Class Reference

An Error signifying that playd can't seek in a file. More...

#include <errors.hpp>

+ Inheritance diagram for SeekError:
+ Collaboration diagram for SeekError:

Public Member Functions

 SeekError (const std::string &msg)
 Constructs a SeekError. More...
 
- Public Member Functions inherited from Error
 Error (const std::string &msg)
 Constructs an Error. More...
 
const std::string & Message () const
 The human-readable message for this error. More...
 

Detailed Description

An Error signifying that playd can't seek in a file.

Definition at line 90 of file errors.hpp.

Constructor & Destructor Documentation

§ SeekError()

SeekError::SeekError ( const std::string &  msg)
inline

Constructs a SeekError.

Parameters
msgThe human-readable message of the error.

Definition at line 97 of file errors.hpp.

97  : Error(msg)
98  {
99  }
Error(const std::string &msg)
Constructs an Error.
Definition: errors.cpp:12

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