6566676869707172737475
private Action defaultAction ; public StateEngineImpl() { initializing = true ; defaultAction = new ActionBase("Invalid Transition") { public void doIt( FSM fsm, Input in ) { throw new INTERNAL( "Invalid transition attempted from " +