Concept Flow - Exception priority levels
Exception Occurs
Check Exception Type
Determine Priority Level
Compare with Current Exception
Preempt
Handle Exception
Return to Normal Execution
When an exception occurs, the system checks its priority. If it is higher than the current one, it interrupts and handles it immediately; otherwise, it waits.