|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void handleException(int which)
which
- Identifies the type of exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |