|
libalerror
1.12
|
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... | |
Defines | |
| #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__) |