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