ALNetworkError is an exception raised when a network error occur in alcommon. More...
#include <alerror/alnetworkerror.h>
Public Member Functions | |
ALNetworkError (std::string pModuleName, std::string pMethod, std::string pDescription, const char *pszFilename=NULL, const unsigned int pnNumLine=0) | |
Constructor. | |
Public Member Functions inherited from AL::ALError | |
ALError (const std::string &pModuleName, const std::string &pMethod, const std::string &pDescription, const char *pszFilename=0, const unsigned int pnNumLine=0) | |
Constructor. | |
ALError () | |
Constructor. | |
ALError (const ALError &e) | |
Copy Constructor. | |
virtual | ~ALError () throw () |
Destructor. | |
QI_API_DEPRECATED const std::string | toString () const |
deprecated | |
QI_API_DEPRECATED const std::string & | getModuleName () const |
deprecated | |
QI_API_DEPRECATED const std::string & | getMethodName () const |
deprecated | |
QI_API_DEPRECATED const std::string & | getFileName () const |
deprecated | |
QI_API_DEPRECATED int | getLine () const |
deprecated | |
QI_API_DEPRECATED const std::string | getDescription () const |
deprecated |
ALNetworkError is an exception raised when a network error occur in alcommon.
Definition at line 37 of file alnetworkerror.h.
AL::ALNetworkError::ALNetworkError | ( | std::string | pModuleName, |
std::string | pMethod, | ||
std::string | pDescription, | ||
const char * | pszFilename = NULL , |
||
const unsigned int | pnNumLine = 0 |
||
) |
Constructor.
pModuleName | module's name that create error |
pMethod | method's name where error occured |
pDescription | error's descripton |
pszFilename | source code file name |
pnNumLine | source code line number |