All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.architecture.MemoryE

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----duckMachine.architecture.MachineE
                           |
                           +----duckMachine.architecture.MemoryE

public class MemoryE
extends MachineE
Exception used to report errors in accessing the memory.


Constructor Index

 o MemoryE(int)
 o MemoryE(String)

Constructors

 o MemoryE
 public MemoryE(String message)
 o MemoryE
 public MemoryE(int address)

All Packages  Class Hierarchy  This Package  Previous  Next  Index