コード例 #1
0
 public void replay() {
   try {
     state.replay();
     state = new ReplayState(behavior);
     LastControl.reportLastControl(null);
   } catch (RuntimeExceptionWrapper e) {
     throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
   }
 }