net.simplace.simulation.exceptions.SimFieldTypeException
If type of the SimField is not matching the given List of valid types
this exception is used.
public class SimFieldTypeException extends java.lang.RuntimeException {
// Public Constructors
public SimFieldTypeException(String string);
}
Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - java.lang.RuntimeException - SimFieldTypeException
Thrown by: net.simplace.simulation.util.FWSimVariable.forceDoubleMapValue(), net.simplace.simulation.util.FWSimVariable.setArrayValue()