net.simplace.sim.exceptions.DuplicateSimFieldException

If Resource could not be found or key is wrong this exception might be thrown. Please take care to add the cause of the exception


public class DuplicateSimFieldException extends java.lang.Exception {
// Public Constructors
public DuplicateSimFieldException(String aMessage);
public DuplicateSimFieldException(Throwable aCause);
public DuplicateSimFieldException(String string, Throwable aCause);



}



Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - DuplicateSimFieldException



Thrown by: net.simplace.sim.io.resources.FWSimResourceManager.addResource(), net.simplace.client.sim.graphpanel.SimEnvGraphPanel.addSimFieldContainer(), net.simplace.client.sim.graphpanel.SimEnvGraphPanel.addSimFieldContainers(), net.simplace.sim.io.sync.FWSimSyncManager.addSync(), net.simplace.sim.io.resources.FWSimResourceAdapter.createResourceAdapter()