#include <FesaException.h>
Public Member Functions | |
FesaBadParameterException (const std::string &file, int32_t lineNumber, const char *errorMessage,...) | |
Constructor. | |
virtual | ~FesaBadParameterException () throw () |
Definition at line 193 of file FesaException.h.
fesa::FesaBadParameterException::FesaBadParameterException | ( | 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 242 of file FesaException.cpp.
References fesa::FesaException::buildMessage(), fesa::FesaException::errorCode_, fesa::FesaException::file_, and fesa::FesaException::lineNumber_.
fesa::FesaBadParameterException::~FesaBadParameterException | ( | ) | throw () [virtual] |
Definition at line 253 of file FesaException.cpp.