Will be thrown whenever a DLS specific error occurs while trying to access a DLS File.
More...
#include <DLS.h>
|
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.
Definition at line 623 of file DLS.h.
◆ Exception() [1/3]
DLS::Exception::Exception |
( |
String |
format, |
|
|
|
... |
|
) |
| |
◆ Exception() [2/3]
DLS::Exception::Exception |
( |
String |
format, |
|
|
va_list |
arg |
|
) |
| |
◆ Exception() [3/3]
DLS::Exception::Exception |
( |
| ) |
|
|
protected |
◆ assemble()
String RIFF::Exception::assemble |
( |
String |
format, |
|
|
va_list |
arg |
|
) |
| |
|
staticprotectedinherited |
◆ PrintMessage()
void DLS::Exception::PrintMessage |
( |
| ) |
|
◆ Message
String RIFF::Exception::Message |
|
inherited |
The documentation for this class was generated from the following files: