linuxsampler 2.3.1
|
Exception that will be thrown in NON REAL TIME PARTS of the LinuxSampler application. More...
#include <Exception.h>
Public Member Functions | |
Exception (const String &msg) | |
Constructor. | |
String | Message () |
Returns the cause of the exception. | |
void | PrintMessage () |
Print the cause of the exception to the standard error output channel. | |
Exception that will be thrown in NON REAL TIME PARTS of the LinuxSampler application.
Definition at line 37 of file Exception.h.
|
inline |
Returns the cause of the exception.
Definition at line 50 of file Exception.h.
|
inline |
Print the cause of the exception to the standard error output channel.
Definition at line 58 of file Exception.h.