|
Forge
|
#include <exception.h>
Inheritance diagram for TypeError:Public Member Functions | |
| TypeError (const char *const pFuncName, const int pLine, const int pIndex, const dtype pType) | |
| const char * | typeName () const |
| int | argIndex () const |
| ~TypeError () throw () | |
Public Member Functions inherited from Error | |
| Error (const char *const pFuncName, int pLine, const char *const pMessage, ErrorCode pErrCode) | |
| const char * | functionName () const |
| int | line () const |
| ErrorCode | err () const |
| virtual | ~Error () throw () |
| ~TypeError | ( | ) | ||
| throw | ( | |||
| ) | ||||
| int argIndex | ( | ) | const |
| const char* typeName | ( | ) | const |