de.cau.cs.kieler.sj.exceptions
Class PriorityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.sj.exceptions.PriorityException
public class PriorityException
- extends RuntimeException
Thrown if there is something wrong with the priority for a thread. This could be the case if a
priority is redundant or negative.
The SC name for this exception is SC_ERROR_PRIORITY
.
- Rating

PriorityException
public PriorityException()
- Creates an new priority exception.
PriorityException
public PriorityException(String errMessage)
- Creates a new priority exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.