3
Exceptions
•An exception is an object that is generated as the result of an error or an unexpected event.
•Unhandled exceptions cause programs to bomb.
•This is not a good thing, particularly if the program is flying a plane or administering radiation, or running a nuclear reactor.
•Exceptions are runtime NOT compile time errors.
Show BadArry.java here
Make the point that they are not compile time errors or logic errors.