|
Mockbird
Interface Libarary and Synthesizer Setup Tool for Mockingbird-OTTO
|
(internal) base exception class for Soundscape exceptions. More...
#include <sndexcpt.h>
Public Member Functions | |
| virtual const char * | what () const |
| Returns a user-readable message describing the exceptional condition. | |
Protected Member Functions | |
| Exception (const char *format,...) | |
| printf-style exception constructor. | |
(internal) base exception class for Soundscape exceptions.
Do not catch Exception. Catch std::exception if you want to catch all, or specific derived exceptions if you want to catch specific errors. Soundscape methods may throw other exceptions derived from std::exception as well.
|
protected |
printf-style exception constructor.
Constructs an exception with a fixed 80-character error message buffer using sprintf.
| format | printf-style format string |
| ... | items for the format string |
|
virtual |
Returns a user-readable message describing the exceptional condition.