mars.mips.hardware
Class InvalidRegisterAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mars.mips.hardware.InvalidRegisterAccessException
- All Implemented Interfaces:
- Serializable
public class InvalidRegisterAccessException
- extends Exception
Represents attempt to access double precision register using an odd
(e.g. $f1, $f23) register name.
- Author:
- Pete Sanderson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidRegisterAccessException
public InvalidRegisterAccessException()
- Constructor for IllegalRegisterException.