Klasse FWSimInstanceNotCreatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.sim.exceptions.FWSimInstanceNotCreatedException
Alle implementierten Schnittstellen:
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.
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException()
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(String aMessage)
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(Throwable aCause)
    • FWSimInstanceNotCreatedException

      public FWSimInstanceNotCreatedException(String aMessage, Throwable aCause)