Class UncheckedSimulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.kit.ipd.sdq.eventsim.exceptions.UncheckedSimulationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EventSimException
,InvalidModelParametersException
,TraversalException
,UnexpectedModelStructureException
,UnknownSimulationException
public abstract class UncheckedSimulationException extends RuntimeException
Unchecked exceptions do not need to be handled by the simulation. They abort the simulation, if they are not handled. Use this exception type if it is not possible to recover from an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedSimulationException()
UncheckedSimulationException(String message)
UncheckedSimulationException(String message, Throwable cause)
UncheckedSimulationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-