Base class for all exceptions
Exception
Stops the next( ) iterator from continuing
StopIteration
Raised by the sys.exit( ) function
SystemExit
Occurs for numeric calculations
ArithmeticError
Division or Modulo by zero
ZeroDivisonError
Applies an operation to mismatched data types
TypeError
Generated by programmer/user
KeyboardInterrupt