#include <gig.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
Public Attributes | |
String | Message |
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 811 of file gig.h.
gig::Exception::Exception | ( | String | Message | ) |
void gig::Exception::PrintMessage | ( | ) |
Reimplemented from DLS::Exception.
Definition at line 3962 of file gig.cpp.
References RIFF::Exception::Message.
String RIFF::Exception::Message [inherited] |
Definition at line 344 of file RIFF.h.
Referenced by RIFF::Exception::Exception(), RIFF::Exception::PrintMessage(), PrintMessage(), and DLS::Exception::PrintMessage().