Compounds |
class | iERR::CDescriptionParam |
union | iERR::CDescriptionParam::UDescriptionParam |
| union used to store description parameters. More...
|
class | iERR::iError |
| The error class. More...
|
class | iERR::iErrorCode |
| Class used to represent an error type. More...
|
class | iERR::iErrorHandler |
| The base class for error handlers. More...
|
class | iERR::iStdErrorHandler |
| The standart error handler. More...
|
Functions |
iErrorCode | UNKNOWN ("[UNKNOWN] Unknown Error") |
iErrorCode | GENERIC ("[GENERIC]%s") |
iErrorCode | INTERNAL ("[INTERNAL] Internal Error.") |
iErrorCode | SYSTEM ("[SYSTEM] System Error:%s") |
iErrorCode | iERR_ASSERT ("Assertion\"%s\"failed") |
iErrorCode | iERR_NO_EXCEPTIONS ("C++exceptions are not supported by the current configuration") |
Variables |
iErrorCode | UNKNOWN |
iErrorCode | INTERNAL |
iErrorCode | GENERIC |
iErrorCode | SYSTEM |
iErrorCode | iERR_ASSERT |