linuxsampler 2.3.1
LinuxSampler::InstrumentManagerException Class Reference

Will be thrown by InstrumentManager implementations on errors. More...

#include <InstrumentManager.h>

Inheritance diagram for LinuxSampler::InstrumentManagerException:
LinuxSampler::Exception

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.
 

Detailed Description

Will be thrown by InstrumentManager implementations on errors.

Definition at line 41 of file InstrumentManager.h.

Constructor & Destructor Documentation

◆ InstrumentManagerException()

LinuxSampler::InstrumentManagerException::InstrumentManagerException ( String  msg)
inline

Definition at line 43 of file InstrumentManager.h.

Member Function Documentation

◆ Message()

String LinuxSampler::Exception::Message ( )
inlineinherited

Returns the cause of the exception.

Definition at line 50 of file Exception.h.

◆ PrintMessage()

void LinuxSampler::Exception::PrintMessage ( )
inlineinherited

Print the cause of the exception to the standard error output channel.

Definition at line 58 of file Exception.h.


The documentation for this class was generated from the following file: