net.simplace.sim.exceptions.SimFieldMissingException
If SimField resp. SimVariable 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 SimFieldMissingException extends java.lang.RuntimeException {
// Public Constructors
public SimFieldMissingException();
public SimFieldMissingException(String message);
public SimFieldMissingException(Throwable cause);
public SimFieldMissingException(String message, Throwable cause);
}
Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - java.lang.RuntimeException - SimFieldMissingException
Thrown by: net.simplace.sim.io.resources.adapter.CSVResourceAdapter(), net.simplace.sim.io.resources.FWSimResourceCache.fillVarMapFromDatabase(), net.simplace.sim.util.FWSimVarMap.getSimVariable(), net.simplace.sim.util.FWSimVarMap.getValueToDatabaseString(), net.simplace.sim.control.FWSimulationControlContainer.getVariable(), net.simplace.sim.control.FWExchangeComponent.getVariable(), net.simplace.sim.model.FWSimComponent.getVariable(), net.simplace.sim.util.FWSimFieldContainerGroup.getVariable(), net.simplace.sim.util.FWSimFieldContainer.getVariable(), net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter(), net.simplace.sim.control.FWSimulationControlContainer.setPropertyValue()