General Audio exception.
More...
#include <Exception.h>
|
| AudioExc (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...
|
|
cinder::audio::AudioExc::AudioExc |
( |
const std::string & |
description, |
|
|
int32_t |
errorCode = 0 |
|
) |
| |
virtual const char* cinder::audio::AudioExc::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
int32_t cinder::audio::AudioExc::getCode |
( |
| ) |
const |
Returns a platform-specific error code received. May be 0 (meaning none was available).
int32_t cinder::audio::AudioExc::mErrorCode |
|
protected |
The documentation for this class was generated from the following file: