Exception handling (programming): Difference between revisions

Content deleted Content added
Line 169:
 
<syntaxhighlight lang="Java">
public void doIOOperationoperateOnFile(File f) throws IOException {
// ...
}