linuxsampler 2.3.1
LinuxSampler::Exception Class Reference

Exception that will be thrown in NON REAL TIME PARTS of the LinuxSampler application. More...

#include <Exception.h>

Inheritance diagram for LinuxSampler::Exception:
LinuxSampler::AudioOutputException LinuxSampler::InstrumentManagerException LinuxSampler::MidiInputException

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.
 

Detailed Description

Exception that will be thrown in NON REAL TIME PARTS of the LinuxSampler application.

Definition at line 37 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception()

LinuxSampler::Exception::Exception ( const String msg)
inline

Constructor.

Parameters
msg- cause of the exception

Definition at line 44 of file Exception.h.

Member Function Documentation

◆ Message()

String LinuxSampler::Exception::Message ( )
inline

Returns the cause of the exception.

Definition at line 50 of file Exception.h.

◆ PrintMessage()

void LinuxSampler::Exception::PrintMessage ( )
inline

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: