ExceptionStruct Struct Reference

Holds error text. More...

#include <helper.h>


Data Fields

int remote
 true if exception is from remote (changed from bool to int to be C/C++ alignment compatible)
char errorCode [56]
char message [1024]


Detailed Description

Holds error text.

Definition at line 85 of file helper.h.


Field Documentation

int ExceptionStruct::remote

true if exception is from remote (changed from bool to int to be C/C++ alignment compatible)

Definition at line 86 of file helper.h.

Referenced by convert(), convertToXmlBlasterException(), initializeExceptionStruct(), initializeXmlBlasterException(), interceptUpdate(), and parseSocketData().

char ExceptionStruct::errorCode[56]

Definition at line 87 of file helper.h.

Referenced by checkArgs(), compilePreparedQuery(), convert(), convertToXmlBlasterException(), createQueue(), embedException(), encodeXmlBlasterException(), execSilent(), getExceptionStr(), getResultRows(), initConnection(), initialize(), initializeExceptionStruct(), initializeXmlBlasterException(), interceptUpdate(), main(), mutexUnlock(), myUpdate(), parseCacheInfo(), parseQueueEntryArr(), parseSocketData(), persistentQueueDestroy(), persistentQueueInitialize(), persistentQueuePeekWithSamePriority(), persistentQueuePut(), postSendEvent(), preSendEvent(), sendData(), sendResponseOrException(), sendXmlBlasterException(), xmlBlasterConnect(), xmlBlasterErase(), xmlBlasterGet(), xmlBlasterInitQueue(), xmlBlasterPublish(), xmlBlasterSubscribe(), xmlBlasterUnmanagedCEErase(), xmlBlasterUnmanagedCEGet(), xmlBlasterUnmanagedCEUnSubscribe(), xmlBlasterUnmanagedErase(), xmlBlasterUnmanagedGet(), xmlBlasterUnmanagedUnSubscribe(), and xmlBlasterUnSubscribe().

char ExceptionStruct::message[1024]

Definition at line 88 of file helper.h.

Referenced by checkArgs(), compilePreparedQuery(), convert(), convertToXmlBlasterException(), createQueue(), embedException(), encodeXmlBlasterException(), execSilent(), getExceptionStr(), initConnection(), initialize(), initializeExceptionStruct(), initializeXmlBlasterException(), interceptUpdate(), main(), mutexUnlock(), myUpdate(), parseCacheInfo(), parseQueueEntryArr(), parseSocketData(), persistentQueueDestroy(), persistentQueueInitialize(), persistentQueuePeekWithSamePriority(), persistentQueuePut(), postSendEvent(), preSendEvent(), sendData(), sendResponseOrException(), sendXmlBlasterException(), xmlBlasterConnect(), xmlBlasterErase(), xmlBlasterGet(), xmlBlasterInitQueue(), xmlBlasterSubscribe(), and xmlBlasterUnSubscribe().


The documentation for this struct was generated from the following file: