#include <Exception.h>
Inherits cinder::audio::AudioExc.
Audio exception related to Device management.
cinder::audio::AudioDeviceExc::AudioDeviceExc |
( |
const std::string & |
description | ) |
|
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: