Class UnknownSimulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.kit.ipd.sdq.eventsim.exceptions.UncheckedSimulationException
-
- edu.kit.ipd.sdq.eventsim.exceptions.unchecked.UnknownSimulationException
-
- All Implemented Interfaces:
Serializable
public class UnknownSimulationException extends UncheckedSimulationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSimulationException(String message)
UnknownSimulationException(String message, Throwable cause)
UnknownSimulationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-