SObjectizer  5.7
Namespaces | Functions
process_unhandled_exception.hpp File Reference

Helpers for handling unhandled exceptions from agent's event handlers. More...

#include <so_5/agent.hpp>

Go to the source code of this file.

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::impl
 Details of SObjectizer run-time implementations.
 

Functions

void so_5::impl::process_unhandled_exception ( current_thread_id_t working_thread_id, const std::exception &ex, agent_t &a_exception_producer) noexcept
 Processor of unhandled exception from agent's event handler. More...
 
void so_5::impl::process_unhandled_unknown_exception ( current_thread_id_t working_thread_id, agent_t &a_exception_producer) noexcept
 Processor of unhandled exception of unknown type from agent's event handler. More...
 

Detailed Description

Helpers for handling unhandled exceptions from agent's event handlers.

Since
v.5.4.0