Exception
An exception is an error that occurs while a program is running. If it is not handled, it stops the program; code can 'catch' exceptions to recover gracefully.
An exception is an error that occurs while a program is running. If it is not handled, it stops the program; code can 'catch' exceptions to recover gracefully.