Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

db
Class CzzDbException

CzzException
   |
   +--CzzLogException
         |
         +--CzzDbException

   in zz_db_exception.h

class CzzDbException
extends CzzLogException

Database exception

Author:
Toni Thomsson, toni@tonjac.org

Field Summary
 static otl_exception m_LastExtException
          Do not use, only for internal use!
   
Fields inherited from class CzzLogException
m_Log
   
Fields inherited from class CzzException
m_ErrorHistory, m_OccuranceTime, m_CallId, m_Reason, m_FileName, m_LineNumber, m_Code
 
Constructor Summary
CzzDbException( const int row, const char* file, const CzzString descr, otl_exception& e )
          
CzzDbException( const int row, const char* file, const CzzString descr, CzzDb& db )
          
CzzDbException( const int row, const char* file, const CzzString descr, CzzSQLStream& s )
          
CzzDbException( const int row, const char* file, const CzzString descr )
          
~CzzDbException()
          
 
Method Summary
protected void Init( const int row, const char* file, const CzzString descr, const char* ora_msg, const char* ora_stm )
          
   
Methods inherited from class CzzLogException
LogErr
   
Methods inherited from class CzzException
GetOccuranceTime, GetErrorHistory, GetReason, GetCallId, GetFileName, GetLineNumber, GetCode, StoreInHistory
 

Field Detail

m_LastExtException

public static otl_exception m_LastExtException;
Do not use, only for internal use!


Constructor Detail

CzzDbException

public CzzDbException( const int row, const char* file, const CzzString descr, otl_exception& e );

CzzDbException

public CzzDbException( const int row, const char* file, const CzzString descr, CzzDb& db );

CzzDbException

public CzzDbException( const int row, const char* file, const CzzString descr, CzzSQLStream& s );

CzzDbException

public CzzDbException( const int row, const char* file, const CzzString descr );

~CzzDbException

public ~CzzDbException();


Method Detail

Init

protected void Init( const int row, const char* file, const CzzString descr, const char* ora_msg, const char* ora_stm );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD