Exception handling (programming): Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit App section source
Line 70:
System.out.printf("Error: %s\n", e.getMessage());
} finally {
consoleSystem.printLineout.println("The program is now terminating.");
}
</syntaxhighlight>