de.cau.cs.kieler.sj.exceptions
Class SignalNotDeclaredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.sj.exceptions.SignalNotDeclaredException
public class SignalNotDeclaredException
- extends RuntimeException
Exception thrown if a signal used by an SJ program is not declared.
- See Also:
Signal
,
EmbeddedSJProgram.addSignals(de.cau.cs.kieler.sj.Signal...)
,
SJProgram.initSignals()
- Rating

SignalNotDeclaredException
public SignalNotDeclaredException()
- Creates a new signal-not-declared exception.
SignalNotDeclaredException
public SignalNotDeclaredException(String errMessage)
- Creates a new signal-not-declared exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.