Cinder  0.9.1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cinder::audio::AudioContextExc Class Reference

#include <Exception.h>

Inherits cinder::audio::AudioExc.

Public Member Functions

 AudioContextExc (const std::string &description)
 
int32_t getCode () const
 
const char * what () const override throw ()
 

Protected Member Functions

void setDescription (const std::string &description)
 

Protected Attributes

std::string mDescription
 
int32_t mErrorCode
 

Detailed Description

Audio exception originating from within the Context.

Constructor & Destructor Documentation

cinder::audio::AudioContextExc::AudioContextExc ( const std::string &  description)

Member Function Documentation

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

Member Data Documentation

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: