Discman
Loading...
Searching...
No Matches
CDRipper::RipperErrorException Struct Reference

Thrown when an error occurs mid-rip. More...

#include <cd_ripper.h>

Inheritance diagram for CDRipper::RipperErrorException:
Collaboration diagram for CDRipper::RipperErrorException:

Public Member Functions

 RipperErrorException (const std::string &what)
 
const char * what () const throw ()
 

Private Attributes

std::string _what
 

Detailed Description

Thrown when an error occurs mid-rip.

Definition at line 51 of file cd_ripper.h.

Constructor & Destructor Documentation

◆ RipperErrorException()

CDRipper::RipperErrorException::RipperErrorException ( const std::string & what)
inline

Definition at line 52 of file cd_ripper.h.

Member Function Documentation

◆ what()

const char * CDRipper::RipperErrorException::what ( ) const
throw ( )
inline

Definition at line 55 of file cd_ripper.h.

Member Data Documentation

◆ _what

std::string CDRipper::RipperErrorException::_what
private

Definition at line 60 of file cd_ripper.h.


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