139140141142143144145146147
} if (!socket.isConnected()) { throw new IOException("can't connect to SUMO server"); }else{ this.cp = new CommandProcessor(socket); } }
200201202203204205206207208209210
} if (!socket.isConnected()) { throw new IOException("can't connect to SUMO server"); }else{ this.cp = new CommandProcessor(socket); } } catch (InterruptedException e) { e.printStackTrace(); }