|
libgig
4.5.0.svn11
|
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 format,...) | |
| Exception (String format, va_list arg) | |
| void | PrintMessage () const |
Public Attributes | |
| String | Message |
Static Protected Member Functions | |
| static String | assemble (String format, va_list arg) |
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.