sj.exceptions
Class NoPreSignalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sj.exceptions.NoPreSignalException
- All Implemented Interfaces:
- Serializable
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.
- See Also:
- Serialized Form
- Rating

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