Java Reference
In-Depth Information
*******************/
}
catch (UnknownHostException uhEx)
{
received.append("\n*** No such host! ***\n");
hostInput.setText("");
}
catch (IOException ioEx)
{
received.append("\n*** " + ioEx.toString()
+ " ***\n");
}
}
}
Search WWH ::




Custom Search