libgig
4.4.1
|
Korg format specific exception. More...
#include <Korg.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
Public Attributes | |
String | Message |
Static Protected Member Functions | |
static String | assemble (String format, va_list arg) |
Korg format specific exception.
Will be thrown whenever a Korg format specific error occurs while trying to access such a file in this format. Note: In your application you should better catch for RIFF::Exception rather than this one, except you explicitly want to catch and handle Korg::Exception and RIFF::Exception independently from each other, which usually shouldn't be necessary though.