#include <iso_flock_exception.h>
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 |
FlockException::FlockException | ( | base::String | pType, | |
base::String | pMessage, | |||
base::String | pSourceFile, | |||
base::String | pFunction, | |||
int | pLineNumber | |||
) |
parameter based contstructor
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 |
FlockException::FlockException | ( | base::String | pMessage, | |
base::String | pSourceFile, | |||
base::String | pFunction, | |||
int | pLineNumber | |||
) |
parameter based contstructor
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 |
FlockException::FlockException | ( | const Exception & | pException | ) |
copy constructor
pException | exception |
FlockException::~FlockException | ( | ) |
destructor
FlockException::FlockException | ( | ) | [protected] |
default constructur
void FlockException::initExceptionTypes | ( | ) | [static, protected] |
reflects whether exception types have been initialized initialize exception types
std::ostream& operator<< | ( | std::ostream & | pOstream, | |
const FlockException & | pException | |||
) | [friend] |
print exception information
bool FlockException::sExceptionTypesInitialized [static, protected] |