tbx
0.7.3
|
Exception thrown when a ResObject is assigned to a subclass with the wrong class id. More...
#include <resexcept.h>
Public Member Functions | |
ResObjectClassMismatch (std::string object, int class_id, int check_id) | |
Construct a resource object mismatch exception. More... | |
Exception thrown when a ResObject is assigned to a subclass with the wrong class id.
|
inline |
Construct a resource object mismatch exception.
object | name of object |
class_id | Toolbox class ID of object checked |
check_id | Toolbox class ID that was expected |