Class CheckedSimulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.kit.ipd.sdq.eventsim.exceptions.CheckedSimulationException
-
- All Implemented Interfaces:
Serializable
public abstract class CheckedSimulationException extends Exception
Checked exceptions need to be handled by the simulation. Use this exception type if the exception can be handled in such a way that the simulation can proceed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedSimulationException()
CheckedSimulationException(String message)
CheckedSimulationException(String message, Throwable cause)
CheckedSimulationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-