Simple Machine

machine
Class AbstractCPU.ImplementationException

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

public class AbstractCPU.ImplementationException
extends UserVisibleException

Exception indicating an internal error in CPU implementation. Usually a student bug.

See Also:
Serialized Form

Constructor Summary
AbstractCPU.ImplementationException()
           
AbstractCPU.ImplementationException(RuntimeException aCause)
           
AbstractCPU.ImplementationException(RuntimeException aCause, 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.ImplementationException

public AbstractCPU.ImplementationException()

AbstractCPU.ImplementationException

public AbstractCPU.ImplementationException(RuntimeException aCause)

AbstractCPU.ImplementationException

public AbstractCPU.ImplementationException(RuntimeException aCause,
                                           int aPC)

Simple Machine

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