$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [statechart] transition exception
From: Christophe Bourez (boost_at_[hidden])
Date: 2010-05-11 08:45:34
Hi,
Is it possible to transit<> back to the source state when an exception is
thrown by the handler of a transition ? Pls, note that the handler of the
transition can be used by several transitions in the state diagram.
The state machine, being in a transition, is between two stable states.
The exception can be handled by the innermost common outer state (or anyone
above). In an handler of this state, is it possible to force transit<> to
the source state of the transition that throws the exception ? Or is it
possible to manage it differently ?
Thank you for your help,
Christophe