UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
exceptions.h
Go to the documentation of this file.
1 #ifndef UGDK_GRAPHIC_EXCEPTIONS_H_
2 #define UGDK_GRAPHIC_EXCEPTIONS_H_
3 
5 
6 namespace ugdk {
7 namespace graphic {
8 
10  public:
11  NotSupportedException(const char* reason) : system::BaseException(reason) {}
12 };
13 
14 } // namespace graphic
15 } // namespace ugdk
16 
17 #endif // UGDK_GRAPHIC_EXCEPTIONS_H_
Definition: animation.h:11
Definition: exceptions.h:9
NotSupportedException(const char *reason)
Definition: exceptions.h:11
BaseException(const char *fmt,...)
Definition: exceptions.h:9