Audio exception related to file i/o. More...
#include <Exception.h>
Public Member Functions | |
AudioFileExc (const std::string &description, int32_t errorCode=0) | |
virtual const char * | what () const throw () |
int32_t | getCode () const |
Returns a platform-specific error code received. May be 0 (meaning none was available). More... | |
Protected Attributes | |
std::string | mDescription |
int32_t | mErrorCode |
Audio exception related to file i/o.
cinder::audio::AudioFileExc::AudioFileExc | ( | const std::string & | description, |
int32_t | errorCode = 0 |
||
) |
|
virtualinherited |
|
inherited |
Returns a platform-specific error code received. May be 0 (meaning none was available).
|
protectedinherited |
|
protectedinherited |