libmusicbrainz3  3.0.2
MusicBrainz::DiscError Class Reference

The Audio CD could not be read. More...

Inheritance diagram for MusicBrainz::DiscError:
MusicBrainz::Exception

Public Member Functions

 DiscError (const std::string &msg=std::string())
 
- Public Member Functions inherited from MusicBrainz::Exception
 Exception (const std::string &msg=std::string())
 
virtual ~Exception () throw ()
 
const char * what () const throw ()
 

Detailed Description

The Audio CD could not be read.

This may be simply because no disc was in the drive, the device name was wrong or the disc can't be read. Reading errors can occur in case of a damaged disc or a copy protection mechanism, for example.

Constructor & Destructor Documentation

◆ DiscError()

MusicBrainz::DiscError::DiscError ( const std::string &  msg = std::string())
inline