#include <librets/RetsExceptionContext.h>
Public Member Functions | |
RetsExceptionContext () | |
RetsExceptionContext (const std::string &fileName, int lineNumber) | |
bool | IsValid () const throw () |
std::string | GetFileName () const throw () |
int | GetLineNumber () const throw () |
RetsExceptionContext | ( | const std::string & | fileName, | |
int | lineNumber | |||
) |
std::string GetFileName | ( | ) | const throw () |
int GetLineNumber | ( | ) | const throw () |
bool IsValid | ( | ) | const throw () |