public void andStubThrow(Throwable throwable) {
   try {
     state.andStubThrow(throwable);
   } catch (RuntimeExceptionWrapper e) {
     throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
   }
 }