linuxsampler 2.3.1
|
Midi input exception that should be thrown by the MidiInputDevice descendants in case initialization of the MIDI input system failed (which should be done in the constructor of the MidiInputDevice descendant). More...
#include <MidiInputDevice.h>
Public Member Functions | |
MidiInputException (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. | |
Midi input exception that should be thrown by the MidiInputDevice descendants in case initialization of the MIDI input system failed (which should be done in the constructor of the MidiInputDevice descendant).
Definition at line 52 of file MidiInputDevice.h.
|
inline |
Definition at line 54 of file MidiInputDevice.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.