Add error handling everywhere
This commit is contained in:
@@ -13,7 +13,7 @@ public class TLWTeamsUpdater {
|
||||
ArrayList<TLWMatch> matchesUpdated;
|
||||
ArrayList<TLWTeam> missingTeams;
|
||||
|
||||
public TLWTeamsUpdater(int season, int league, String configFileName) throws Exception {
|
||||
public TLWTeamsUpdater(int season, int league, String configFileName) {
|
||||
|
||||
TippligaSQLConnector conn = TippligaSQLConnector.getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user