nachos.machine
Interface ExceptionHandler


public interface ExceptionHandler

This is the interface implemented by an object registered by the OS as a handler for machine exceptions that occur while executing in user mode.


Method Summary
 void handleException(int which)
          Method called by the machine when an exception occurs.
 

Method Detail

handleException

void handleException(int which)
Method called by the machine when an exception occurs.

Parameters:
which - Identifies the type of exception.