|
libalerror
2.1.0.18
|
#include <alerror/config.h>#include <stdexcept>#include <string>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... | |
Namespaces | |
| namespace | AL |
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__) |