de.cau.cs.kieler.sj.exceptions
Class NoPreSignalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.sj.exceptions.NoPreSignalException
public class NoPreSignalException
- extends RuntimeException
Exception thrown if a previous status of a signal is not available. This is for example the case
if a signal history is too small or a previous tick does not exists.
- Rating

NoPreSignalException
public NoPreSignalException()
- Creates a new no-previous-signal exception.
NoPreSignalException
public NoPreSignalException(String errMessage)
- Creates a new no-previous-signal exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.