#include <sdl.h>
Inheritance diagram for sdl::TypeMismatch:

Public Member Functions | |
| TypeMismatch () throw () | |
| default constructor. | |
| TypeMismatch (member_typeid_t a, member_typeid_t e) throw () | |
| constructs an exception with the given error message. | |
| TypeMismatch (member_typeid_t a, member_typeid_t e1, member_typeid_t e2) throw () | |
| constructs an exception with the given error message. | |
| TypeMismatch (member_typeid_t a, member_typeid_t e1, member_typeid_t e2, member_typeid_t e3) throw () | |
| constructs an exception with the given error message. | |
| TypeMismatch (const string &m) throw () | |
| constructs an exception with the given error message. | |
This exception is thrown when a member function or data member of a dynamically-loaded class is used as/with the wrong function/data type.
|
||||||||||||
|
constructs an exception with the given error message.
|
|
||||||||||||||||
|
constructs an exception with the given error message.
|
|
||||||||||||||||||||
|
constructs an exception with the given error message.
|