LinuxSampler::AudioOutputException Class Reference

Audio output exception that should be thrown by the AudioOutputDevice descendants in case initialization of the audio output system failed (which should be done in the constructor of the AudioOutputDevice descendant). More...

#include <AudioOutputDevice.h>

Inheritance diagram for LinuxSampler::AudioOutputException:

LinuxSampler::Exception

List of all members.

Public Member Functions

 AudioOutputException (const std::string &msg)
String Message ()
 Returns the cause of the exception.
void PrintMessage ()
 Print the cause of the exception to the standard error output channel.


Detailed Description

Audio output exception that should be thrown by the AudioOutputDevice descendants in case initialization of the audio output system failed (which should be done in the constructor of the AudioOutputDevice descendant).

Definition at line 317 of file AudioOutputDevice.h.


Constructor & Destructor Documentation

LinuxSampler::AudioOutputException::AudioOutputException ( const std::string &  msg  )  [inline]

Definition at line 319 of file AudioOutputDevice.h.


Member Function Documentation

String LinuxSampler::Exception::Message (  )  [inline, inherited]

Returns the cause of the exception.

Definition at line 50 of file Exception.h.

void LinuxSampler::Exception::PrintMessage (  )  [inline, inherited]

Print the cause of the exception to the standard error output channel.

Definition at line 58 of file Exception.h.


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

doxygen