Package net.simplace.sim.exceptions
Klasse SimLinkInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.simplace.sim.exceptions.SimLinkInvalidException
- Alle implementierten Schnittstellen:
Serializable
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:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimLinkInvalidException(String aMessage) SimLinkInvalidException(String aMessage, Throwable aCause) SimLinkInvalidException(Throwable aCause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
SimLinkInvalidException
public SimLinkInvalidException() -
SimLinkInvalidException
-
SimLinkInvalidException
-
SimLinkInvalidException
-