Error handling
One has to tell apart two kind of errors: compiler errors and runtime errors.
Compiler errors are errors in the the syntax of the program, detected by the compiler.
Errors, which arise during the processing of the program, are runtime errors.
|