|
Forge
|
#include <exception.h>
Inheritance diagram for DimensionError:Public Member Functions | |
| DimensionError (const char *const pFuncName, const int pLine, const int pIndex, const char *const pExpectString) | |
| const char * | expectedCondition () const |
| int | argIndex () const |
| ~DimensionError () 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 () |
| DimensionError | ( | const char *const | pFuncName, |
| const int | pLine, | ||
| const int | pIndex, | ||
| const char *const | pExpectString | ||
| ) |
| ~DimensionError | ( | ) | ||
| throw | ( | |||
| ) | ||||
| int argIndex | ( | ) | const |
| const char* expectedCondition | ( | ) | const |