| Classes | |
| class | RTException | 
| Exception for signalling error.  More... | |
| Macros | |
| #define | THROW_RT_EXCEPTION(message) | 
| Throw exception More... | |
| #define | THROW_RT_EXCEPTION_ID(id, message) | 
| Throw exception. Realtime feature. More... | |
| #define | RT_DESTRUCTOR_EXCEPTION_HANDLER(innercode) | 
| Helper macro to handle code with exceptions in destuctor.  More... | |
| Modules | |
| Exception Utilities | |
| Namespace RTException Utils details. All accessory functionalities arround RTException. | |
| #define RT_DESTRUCTOR_EXCEPTION_HANDLER | ( | innercode | ) | 
Helper macro to handle code with exceptions in destuctor.
| innercode | The code that may throw an exception. | 
| #define THROW_RT_EXCEPTION | ( | message | ) | 
Throw exception
| message | The message. | 
Using String which is deterministic.
| #define THROW_RT_EXCEPTION_ID | ( | id, | |
| message | |||
| ) | 
Throw exception. Realtime feature.
| id | The message identification. | 
| message | The message. | 
Using String which is deterministic.