iError Project Site at SourceForge.net Logo
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

iERR Namespace Reference


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


Function Documentation

iErrorCode GENERIC "%s"   [GENERIC]
 

iErrorCode iERR_ASSERT "Assertion\"%s\"failed"   
 

iErrorCode iERR_NO_EXCEPTIONS "C++exceptions are not supported by the current configuration"   
 

Referenced by iERR::iStdErrorHandler::_Throw().

iErrorCode INTERNAL "Internal Error."   [INTERNAL]
 

iErrorCode SYSTEM "System Error:%s"   [SYSTEM]
 

iErrorCode UNKNOWN "Unknown Error"   [UNKNOWN]
 

Referenced by iERR::iStdErrorHandler::_Throw(), and iERR::iError::iError().


Variable Documentation

iErrorCode iERR::GENERIC
 

Definition at line 183 of file iError.h.

iErrorCode iERR::iERR_ASSERT
 

Definition at line 185 of file iError.h.

iErrorCode iERR::INTERNAL
 

Definition at line 182 of file iError.h.

iErrorCode iERR::SYSTEM
 

Definition at line 184 of file iError.h.

iErrorCode iERR::UNKNOWN
 

Definition at line 181 of file iError.h.


© 2002 by C-LAB
generated by doxygen