I found an unfamiliar usage of "throws" in Android sample code like below.
public Void handleResponse(HttpResponse response) throws IOException
{
...
}
I just want to know how this "throws" works in this case. I posted this since it was a bit hard to find appropriate search word go google.