#include <InstrumentManager.h>

Public Member Functions | |
| InstrumentManagerException (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 41 of file InstrumentManager.h.
| LinuxSampler::InstrumentManagerException::InstrumentManagerException | ( | String | msg | ) | [inline] |
Definition at line 43 of file InstrumentManager.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.