sj.exceptions
Class CurTickNotDoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sj.exceptions.CurTickNotDoneException
- All Implemented Interfaces:
- Serializable
public class CurTickNotDoneException
- extends RuntimeException
Exception thrown if a current tick not done. This is for example the case if the method
EmbeddedSJProgram.doTick(sj.Signal...)
is called and not all threads of the current
tick are terminated.
- See Also:
- Serialized Form
- Rating

Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.