Theora Playback Library  1.0.0
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
TheoraException.h File Reference

Go to the source code of this file.

Classes

class  _TheoraGenericException
 

Macros

#define TheoraGenericException(msg)   _TheoraGenericException(msg,"TheoraGenericException",__FILE__,__LINE__)
 
#define exception_cls(name)
 

Functions

 exception_cls (_KeyException)
 

Macro Definition Documentation

#define exception_cls (   name)
Value:
class name : public _TheoraGenericException \
{ \
public: \
name(const std::string& errorText,std::string type="",std::string file="",int line=0) : \
_TheoraGenericException(errorText,type,file,line){} \
}
#define TheoraGenericException (   msg)    _TheoraGenericException(msg,"TheoraGenericException",__FILE__,__LINE__)

Function Documentation

exception_cls ( _KeyException  )