mars.mips.hardware
Class InvalidRegisterAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mars.mips.hardware.InvalidRegisterAccessException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRegisterAccessException
extends java.lang.Exception

Represents attempt to access double precision register using an odd (e.g. $f1, $f23) register name.

See Also:
Serialized Form

Constructor Summary
InvalidRegisterAccessException()
          Constructor for IllegalRegisterException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRegisterAccessException

public InvalidRegisterAccessException()
Constructor for IllegalRegisterException.