assertion
Throwables
Errors are more serious than Exceptions.
System.exit()
try
throws
the keyword catch
catch
can place any number of statements
the first matching catch block executes
no catch blocks execute
for both IOExceptions and ArithmeticExceptions
whether or not the try block identifies any Exceptions
isolated from regular events
any method
is thrown to the calling method, if there is one
the number of statements within the method
call stack
printStackTrace()
assertion