iso::flock::FlockException Class Reference

#include <iso_flock_exception.h>

List of all members.

Public Member Functions

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

Protected Member Functions

 FlockException ()
 default constructur

Static Protected Member Functions

static void initExceptionTypes ()
 reflects whether exception types have been initialized initialize exception types

Static Protected Attributes

static bool sExceptionTypesInitialized

Friends

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


Constructor & Destructor Documentation

FlockException::FlockException ( 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

FlockException::FlockException ( 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

FlockException::FlockException ( const Exception pException  ) 

copy constructor

Parameters:
pException exception

FlockException::~FlockException (  ) 

destructor

FlockException::FlockException (  )  [protected]

default constructur


Member Function Documentation

void FlockException::initExceptionTypes (  )  [static, protected]

reflects whether exception types have been initialized initialize exception types


Friends And Related Function Documentation

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

print exception information


Member Data Documentation

bool FlockException::sExceptionTypesInitialized [static, protected]


The documentation for this class was generated from the following files:
Generated on Fri Feb 25 15:28:04 2011 for iso_flock by  doxygen 1.5.1