Will be thrown whenever a gig specific error occurs while trying to access a Gigasampler File.
More...
#include <gig.h>
|
static String | assemble (String format, va_list arg) |
Will be thrown whenever a gig specific error occurs while trying to access a Gigasampler File.
Note: In your application you should better catch for RIFF::Exception rather than this one, except you explicitly want to catch and handle gig::Exception, DLS::Exception and RIFF::Exception independently, which usually shouldn't be necessary though.
Definition at line 1512 of file gig.h.
◆ Exception() [1/3]
gig::Exception::Exception |
( |
String | format, |
|
|
| ... ) |
◆ Exception() [2/3]
gig::Exception::Exception |
( |
String | format, |
|
|
va_list | arg ) |
◆ Exception() [3/3]
gig::Exception::Exception |
( |
| ) |
|
|
protected |
◆ assemble()
String RIFF::Exception::assemble |
( |
String | format, |
|
|
va_list | arg ) |
|
staticprotectedinherited |
◆ PrintMessage()
void gig::Exception::PrintMessage |
( |
| ) |
const |
◆ Message
String RIFF::Exception::Message |
|
inherited |
The documentation for this class was generated from the following files: