Forge
|
#include <exception.h>
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 () | |
![]() | |
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 |