org.xwt.mips
Class VM.ReadFaultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xwt.mips.VM.EmulationException
              extended byorg.xwt.mips.VM.FaultException
                  extended byorg.xwt.mips.VM.ReadFaultException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VM

public static class VM.ReadFaultException
extends VM.FaultException

See Also:
Serialized Form

Constructor Summary
VM.ReadFaultException(int addr)
           
 
Methods inherited from class org.xwt.mips.VM.FaultException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

VM.ReadFaultException

public VM.ReadFaultException(int addr)