net.simplace.simulation.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.simulation.control.FWSimulationController(), net.simplace.simulation.control.FWSimulationController.initProjectData()