Package de.cau.cs.kieler.sj.exceptions

Exceptions used and needed by SJ.

See:
          Description

Exception Summary
CausalityException Exception which should be thrown if a causality problem is detected and the causality check is active.
CurTickAlreadyDoneException Exception thrown if tick is already done and someone tries to do something in the tick.
CurTickNotDoneException Exception thrown if a current tick not done.
NoPreSignalException Exception thrown if a previous status of a signal is not available.
PriorityException Thrown if there is something wrong with the priority for a thread.
ProgramAlreadyTerminatedException Exception thrown if someone tries to interact with a terminates SJ program.
SignalAlreadyDeclaredException Exception thrown if a already declared signal is declared again.
SignalNotDeclaredException Exception thrown if a signal used by an SJ program is not declared.
ThreadException Runtime exception which is thrown if something is wrong with a SJThread.
 

Package de.cau.cs.kieler.sj.exceptions Description

Exceptions used and needed by SJ. All the exceptions are java runtime exceptions.