#include <base/zz_exception.h>
Inheritance diagram for CzzException:

Public Member Functions | |
| CzzException (const CzzException &exceptionSrc) | |
| CzzException (int lineNumber, CzzString fileName, CzzString callId, int code, CzzString reason) | |
| CzzException (int lineNumber, CzzString fileName, int code, CzzString reason) | |
| virtual | ~CzzException () |
| time_t | GetOccuranceTime (void) const |
| CzzString | GetReason (void) const |
| CzzString | GetCallId (void) const |
| CzzString | GetFileName (void) const |
| int | GetLineNumber (void) const |
| int | GetCode (void) const |
Static Public Member Functions | |
| static CzzErrorHistory * | GetErrorHistory (void) |
Protected Member Functions | |
| void | StoreInHistory (void) |
Protected Attributes | |
| const time_t | m_OccuranceTime |
| CzzString | m_CallId |
| CzzString | m_Reason |
| CzzString | m_FileName |
| int | m_LineNumber |
| int | m_Code |
Static Protected Attributes | |
| static CzzErrorHistory * | m_ErrorHistory = NULL |
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO