try { .. // geschützter Block } catch (IOException e) { .. // Handler }
void foo () throws IOException { .. // ungeschützter Block }