Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | List of all members
TimerException Class Reference
Inheritance diagram for TimerException:
Inheritance graph
[legend]
Collaboration diagram for TimerException:
Collaboration graph
[legend]

Public Member Functions

 TimerException (std::exception &e, const char *loc, long id)
 
 TimerException (const char *loc, long id)
 
virtual const char * what () const throw ()
 
long getTimerId ()
 

Constructor & Destructor Documentation

TimerException ( std::exception &  e,
const char *  loc,
long  id 
)
inline
TimerException ( const char *  loc,
long  id 
)
inline

Member Function Documentation

long getTimerId ( )
inline
virtual const char* what ( ) const throw ()
inlinevirtual