package talkcrawler; public class TalkCrawler { @SuppressWarnings({"UseSpecificCatch", "CallToPrintStackTrace"}) public static void main(String[] args) { try { MonthlyIndex ins = new MonthlyIndex(); ins.load(); } catch (Exception e) { e.printStackTrace(); } } }