Class FWSimInstanceNotCreatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.sim.exceptions.FWSimInstanceNotCreatedException
All Implemented Interfaces:
Serializable

public class FWSimInstanceNotCreatedException extends Exception
If an Instance of a SimComponent could not be created this Exception should be thrown. It always has to be handled.
Author:
Andreas Enders
See Also:
  • Constructor Details

    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException()
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(String aMessage)
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(Throwable aCause)
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(String aMessage, Throwable aCause)