Simple Machine

machine
Class AbstractMainMemory.InvalidAddressException

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

public static class AbstractMainMemory.InvalidAddressException
extends UserVisibleException

Exception indicating an invalid address was used in read or write operation.

See Also:
Serialized Form

Constructor Summary
AbstractMainMemory.InvalidAddressException()
           
AbstractMainMemory.InvalidAddressException(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

AbstractMainMemory.InvalidAddressException

public AbstractMainMemory.InvalidAddressException()

AbstractMainMemory.InvalidAddressException

public AbstractMainMemory.InvalidAddressException(int aPC)

Simple Machine

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