Go to the source code of this file.
Classes | |
class | AL::ALError |
ALError is used to send exception. All NAOqi errors are based on exception. All user commands should be encapsulated in a try catch block. More... |
Macros | |
#define | _LIBALERROR_ALERROR_ALERROR_H_ |
#define | ALERROR(module, method, description) AL::ALError(module, method, description, __FILE__, __LINE__) |
Definition in file alerror.h.
#define ALERROR | ( | module, | |
method, | |||
description | |||
) | AL::ALError(module, method, description, __FILE__, __LINE__) |