#include <FesaException.h>
Public Member Functions | |
FesaFileException (const std::string &file, int32_t lineNumber, const char *errorMessage,...) | |
Constructor. | |
virtual | ~FesaFileException () throw () |
Definition at line 247 of file FesaException.h.
fesa::FesaFileException::FesaFileException | ( | const std::string & | file, | |
int32_t | lineNumber, | |||
const char * | errorMessage, | |||
... | ||||
) |
Constructor.
errorCode | ||
file | in which the exception occurred | |
line | in which the exception occurred | |
errorMessage | to be shown or code associated with it | |
list | of variables separated by comma which contain the parameters for the exception |
Definition at line 289 of file FesaException.cpp.
References fesa::FesaException::buildMessage(), fesa::FesaException::errorCode_, fesa::FesaException::file_, and fesa::FesaException::lineNumber_.
fesa::FesaFileException::~FesaFileException | ( | ) | throw () [virtual] |
Definition at line 300 of file FesaException.cpp.