3031323334353637
private void createTable(TableStrategyJdbc<?> strategy) throws CantSetUpTableException { try { strategy.createTable(); } catch (SQLException e) { throw new CantSetUpTableException(e); } }