dioscuri.module.cpu32
Class ModeSwitchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dioscuri.module.cpu32.ModeSwitchException
- All Implemented Interfaces:
- java.io.Serializable
public class ModeSwitchException
- extends java.lang.RuntimeException
- Author:
- Bram Lohman, Bart Kiers
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REAL_MODE
public static final int REAL_MODE
- See Also:
- Constant Field Values
PROTECTED_MODE
public static final int PROTECTED_MODE
- See Also:
- Constant Field Values
VIRTUAL8086_MODE
public static final int VIRTUAL8086_MODE
- See Also:
- Constant Field Values
PROTECTED_MODE_EXCEPTION
public static final ModeSwitchException PROTECTED_MODE_EXCEPTION
REAL_MODE_EXCEPTION
public static final ModeSwitchException REAL_MODE_EXCEPTION
VIRTUAL8086_MODE_EXCEPTION
public static final ModeSwitchException VIRTUAL8086_MODE_EXCEPTION
ModeSwitchException
public ModeSwitchException(int mode)
- Parameters:
mode
-
getNewMode
public int getNewMode()
- Returns:
- -
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable