linuxsampler 2.3.1
|
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>
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. | |
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.
|
inline |
Definition at line 378 of file AudioOutputDevice.h.
|
inlineinherited |
Returns the cause of the exception.
Definition at line 50 of file Exception.h.
|
inlineinherited |
Print the cause of the exception to the standard error output channel.
Definition at line 58 of file Exception.h.