sj.exceptions
Class SignalNotDeclaredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sj.exceptions.SignalNotDeclaredException
- All Implemented Interfaces:
- Serializable
public class SignalNotDeclaredException
- extends RuntimeException
Exception thrown if a signal used by an SJ program is not declared.
- See Also:
Signal
,
EmbeddedSJProgram.addSignals(sj.Signal...)
,
SJProgram.initSignals()
,
Serialized Form- Rating

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