Stack Underflow Exception

Home > Computer Science > Computer Architecture > Interrupts and Exceptions > Stack Underflow Exception

This is the opposite of a stack overflow exception, and occurs when the program tries to pop data off the stack but the stack is empty.