SW StudyWalks

Computer Science  /  CS 0370  ·  Atom · ~20 seconds

Runtime Error or Exception

Video not yet published
to the StudyWalks catalog
State

Modern languages divide failures by category — a runtime error too serious for software to handle; an exception recoverable through the language's handling support — and either is "thrown."

Show

A records system distinguishes the crash it cannot survive from the missing entry it can.

Watch for

The division decides what code should even attempt.