#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. |
Definition at line 317 of file AudioOutputDevice.h.
LinuxSampler::AudioOutputException::AudioOutputException | ( | const std::string & | msg | ) | [inline] |
Definition at line 319 of file AudioOutputDevice.h.
String LinuxSampler::Exception::Message | ( | ) | [inline, inherited] |
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.