iso::com::iso::com::ComException Class Reference

#include <iso_com_message_source.h>

List of all members.

Public Member Functions

 ComException (base::String pType, base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber)
 parameter based contstructor
 ComException (base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber)
 parameter based contstructor
 ComException (const Exception &pException)
 copy constructor
 ~ComException ()
 destructor

Protected Member Functions

 ComException ()
 default constructur

Static Protected Member Functions

static void initExceptionTypes ()
 initialize exception types

Static Protected Attributes

static bool sExceptionTypesInitialized
 reflects whether exception types have been initialized

Friends

std::ostream & operator<< (std::ostream &pOstream, const ComException &pException)
 print exception information


Constructor & Destructor Documentation

iso::com::iso::com::ComException::ComException ( base::String  pType,
base::String  pMessage,
base::String  pSourceFile,
base::String  pFunction,
int  pLineNumber 
)

parameter based contstructor

Parameters:
pType type of exception
pMessage addition text describing exception
pSourceFile source code file name in which exception occurred
pFunction function name in which exception occurred
pLineNumber line number within source file at which exception occurred
Constructor for specific exception types

iso::com::iso::com::ComException::ComException ( base::String  pMessage,
base::String  pSourceFile,
base::String  pFunction,
int  pLineNumber 
)

parameter based contstructor

Parameters:
pMessage addition text describing exception
pSourceFile source code file name in which exception occurred
pFunction function name in which exception occurred
pLineNumber line number within source file at which exception occurred
Constructor for generic exception types

iso::com::iso::com::ComException::ComException ( const Exception &  pException  ) 

copy constructor

Parameters:
pException exception

iso::com::iso::com::ComException::~ComException (  ) 

destructor

iso::com::iso::com::ComException::ComException (  )  [protected]

default constructur


Member Function Documentation

static void iso::com::iso::com::ComException::initExceptionTypes (  )  [static, protected]

initialize exception types


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  pOstream,
const ComException pException 
) [friend]

print exception information


Member Data Documentation

bool iso::com::iso::com::ComException::sExceptionTypesInitialized [static, protected]

reflects whether exception types have been initialized


The documentation for this class was generated from the following file:
Generated on Fri Feb 25 13:53:12 2011 for iso_com by  doxygen 1.5.1