#include <Exception.h>
Inherits cinder::audio::AudioExc.
|
| AudioFileExc (const std::string &description, int32_t errorCode=0) |
|
int32_t | getCode () const |
|
const char * | what () const override throw () |
|
Audio exception related to file i/o.
cinder::audio::AudioFileExc::AudioFileExc |
( |
const std::string & |
description, |
|
|
int32_t |
errorCode = 0 |
|
) |
| |
int32_t cinder::audio::AudioExc::getCode |
( |
| ) |
const |
|
inherited |
Returns a platform-specific error code. Could return 0 (meaning none was available).
const char* cinder::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
overrideinherited |
void cinder::Exception::setDescription |
( |
const std::string & |
description | ) |
|
|
protectedinherited |
std::string cinder::audio::AudioExc::mDescription |
|
protectedinherited |
int32_t cinder::audio::AudioExc::mErrorCode |
|
protectedinherited |
The documentation for this class was generated from the following file: