|
HDK
|
#include <Exception.h>
Inheritance diagram for ExceptionTypeError:Additional Inherited Members | |
Public Member Functions inherited from Exception | |
| Exception (const string &msg) | |
| Exception (const Exception &e) | |
| Exception & | operator= (const Exception &e) |
| virtual | ~Exception () noexcept |
| const char * | what () const noexceptoverride |
An exception that is thrown when a type mismatch is encountered.
Definition at line 55 of file Exception.h.