#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. | |
Definition at line 37 of file Exception.h.
| LinuxSampler::Exception::Exception | ( | const String & | msg | ) | [inline] |
| String LinuxSampler::Exception::Message | ( | ) | [inline] |
| 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.