net.simplace.sim.exceptions.SimProjectException
If any error occurs in the creation or use of project data
this exception should be used.
public class SimProjectException extends java.lang.Exception {
// Public Constructors
public SimProjectException(String aMessage, Throwable aCause);
public SimProjectException(String aMessage);
}
Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - SimProjectException
Thrown by: net.simplace.sim.control.FWSimulationController(), net.simplace.sim.control.FWSimulationController.initProjectData()