Exceptions
Built-in errors
Syntax errors
Syntax errors are faults in the source code, such as misspellings and punctuation, wrong labeling...
Runtime errors
Program errors that arise during program execution after successful interpretation are known as r...
Warnings
Warnings are unique exceptions in that they only send information to the stderr stream in order t...