Simple Machine

machine
Class AbstractCPU.MachineHaltException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by util.UserVisibleException
              extended by machine.AbstractCPU.MachineHaltException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractCPU

public class AbstractCPU.MachineHaltException
extends UserVisibleException

Exception indicating that the CPU just retired a halt instruction.

See Also:
Serialized Form

Constructor Summary
AbstractCPU.MachineHaltException()
           
AbstractCPU.MachineHaltException(int aPC)
           
 
Method Summary
 
Methods inherited from class util.UserVisibleException
getMessage, setPC
 
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

AbstractCPU.MachineHaltException

public AbstractCPU.MachineHaltException()

AbstractCPU.MachineHaltException

public AbstractCPU.MachineHaltException(int aPC)

Simple Machine

Copyright © 2010, 2011 Mike Feeley. All Rights Reserved.