org.xwt.mips
Class VM.FaultException

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

public abstract static class VM.FaultException
extends VM.EmulationException

See Also:
Serialized Form

Constructor Summary
VM.FaultException(int addr)
           
 
Method Summary
 java.lang.String 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.FaultException

public VM.FaultException(int addr)
Method Detail

getMessage

public java.lang.String getMessage()