257258259260261262263264265266267
if (different) { if (debug) ORBUtility.dprint( this, "doIt: executing postAction for state " + currentState ) ; try { currentState.postAction( fsm ) ; } catch (Throwable thr) { if (debug) ORBUtility.dprint( this, "doIt: postAction threw " + thr ) ;