June 2025
Intermediate to advanced
1093 pages
33h 24m
English
ErrorAn error is something abnormal or unexpected. An abnormal situation could be, for example, an attempt to open a nonexistent file, and the program will handle it; that is, it deals with an exceptional situation. But if something completely unexpected occurs, it could be a program error.
Exceptional situationWithin the scope of this chapter, an exceptional situation is a more or less anticipated but unusual event to which the program responds. This can happen via an exception or through error codes.
Program errorReaching an undefined state of the program.
Programming error (software bug)An error in the program that leads to a poor or incorrect result.
ExceptionAn exception is triggered ...
Read now
Unlock full access