linuxsampler 2.3.1
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

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 376 of file AudioOutputDevice.h.

Constructor & Destructor Documentation

◆ AudioOutputException()

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

Definition at line 378 of file AudioOutputDevice.h.

Member Function Documentation

◆ Message()

String LinuxSampler::Exception::Message ( )
inlineinherited

Returns the cause of the exception.

Definition at line 50 of file Exception.h.

◆ PrintMessage()

void LinuxSampler::Exception::PrintMessage ( )
inlineinherited

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: