Uses of Class
jfrace.AddressBankOverlapException

Packages that use AddressBankOverlapException
jfrace Basic interfaces and classes of the framework. 
jfrace.device Devices and their configurators (if necessary). 
 

Uses of AddressBankOverlapException in jfrace
 

Methods in jfrace that throw AddressBankOverlapException
 void AddressSpace.addDevice(int firstAddress, int modeMask, Device device)
          Add a new device and thereby define a new address bank.
 

Uses of AddressBankOverlapException in jfrace.device
 

Methods in jfrace.device that throw AddressBankOverlapException
static void RAM.createRAMAndAddToAS(AddressSpace as, java.lang.String description, java.net.URL documentBase)
          Create an instance from a description string and add it to the given address space.