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