Simple Machine

Machine
Class AbstractCPU.MachineHaltException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Machine.AbstractCPU.MachineHaltException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractCPU

public static class AbstractCPU.MachineHaltException
extends java.lang.Exception

Exception indicating that the CPU just retired a halt instruction.

See Also:
Serialized Form

Constructor Summary
AbstractCPU.MachineHaltException()
           
 
Method Summary
 
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

AbstractCPU.MachineHaltException

public AbstractCPU.MachineHaltException()

Simple Machine