11 #ifndef _LIBALERROR_ALERROR_ALNETWORKERROR_H_
12 #define _LIBALERROR_ALERROR_ALNETWORKERROR_H_
14 # include <alerror/config.h>
25 # define ALNETWORKERROR(module, method, description) \
26 AL::ALNetworkError(module, method, description, __FILE__, __LINE__)
50 std::string pDescription,
51 const char* pszFilename = NULL,
52 const unsigned int pnNumLine = 0);
56 #endif // _LIBALERROR_ALERROR_ALNETWORKERROR_H_
ALError is used to send exception. All NAOqi errors are based on exception. All user commands should ...
ALNetworkError is an exception raised when a network error occur in alcommon.