libgig
3.3.0.19svn2660
|
Will be thrown whenever a gig specific error occurs while trying to access a Gigasampler File. More...
#include <gig.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
Public Attributes | |
String | Message |
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.
void gig::Exception::PrintMessage | ( | ) |
Definition at line 6030 of file gig.cpp.
References RIFF::Exception::Message.
|
inherited |
Definition at line 385 of file RIFF.h.
Referenced by RIFF::Exception::Exception(), Korg::Exception::PrintMessage(), RIFF::Exception::PrintMessage(), DLS::Exception::PrintMessage(), and PrintMessage().