net.simplace.simulation.exceptions.FWSimInstanceNotCreatedException

If an Instance of a SimComponent could not be created this Exception should be thrown. It always has to be handled.


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



}



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