de.cau.cs.kieler.sj.exceptions
Class CurTickNotDoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.sj.exceptions.CurTickNotDoneException
public class CurTickNotDoneException
- extends RuntimeException
Exception thrown if a current tick not done. This is for example the case if the method
EmbeddedSJProgram.doTick(de.cau.cs.kieler.sj.Signal...)
is called and not all threads of the current
tick are terminated.
- Rating

CurTickNotDoneException
public CurTickNotDoneException()
- creates a new current-tick-not-done-exception.
CurTickNotDoneException
public CurTickNotDoneException(String errMessage)
- Creates a new current-tick-not-done-exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.