Errors and Error handling

  • Programs are going to have errors
  • Therefore we must handle errors in appropriate ways
    • Stop the program when there is a major error
    • Handle errors when possible