libgig
3.3.0
|
Will be thrown whenever a DLS specific error occurs while trying to access a DLS File. More...
#include <DLS.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
Public Attributes | |
String | Message |
Will be thrown whenever a DLS specific error occurs while trying to access a DLS File.
Note: In your application you should better catch for RIFF::Exception rather than this one, except you explicitly want to catch and handle DLS::Exception and RIFF::Exception independently, which usually shouldn't be necessary though.
void DLS::Exception::PrintMessage | ( | ) |
Definition at line 1636 of file DLS.cpp.
References RIFF::Exception::Message.
|
inherited |
Definition at line 344 of file RIFF.h.
Referenced by RIFF::Exception::Exception(), RIFF::Exception::PrintMessage(), PrintMessage(), and gig::Exception::PrintMessage().