Class TimerAlreadyRunning
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- de.unistuttgart.informatik.fius.icge.simulation.exception.TimerAlreadyRunning
-
- All Implemented Interfaces:
Serializable
public class TimerAlreadyRunning extends IllegalStateException
This exception if thrown if aSimulationClock
is already running- Version:
- 1.0
- Author:
- Tobias Wältken
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimerAlreadyRunning()
Default constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-