Klasse SimLinkInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.simplace.sim.exceptions.SimLinkInvalidException
Alle implementierten Schnittstellen:
Serializable

public class SimLinkInvalidException extends RuntimeException
If Link could not be established because of not valid source or target point or key is wrong this exception might be thrown. Please take care to add the cause of the exception
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • SimLinkInvalidException

      public SimLinkInvalidException()
    • SimLinkInvalidException

      public SimLinkInvalidException(String aMessage)
    • SimLinkInvalidException

      public SimLinkInvalidException(Throwable aCause)
    • SimLinkInvalidException

      public SimLinkInvalidException(String aMessage, Throwable aCause)