Suppose my public method readThing() is declared to throw IOException. Someone uses it in a try-catch block. I then revise readThing() to handle the exception and not throw anything. Now they should...