Java #4674 LIKE 1 0 if (bla.equals("")) { try { throw new ToolConfigException("Please contact the developers."); } catch (ToolConfigException e) { e.printStackTrace(); } finally { System.exit(1); } }