de.cau.cs.kieler.sj.exceptions
Class SignalNotDeclaredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 red

Constructor Summary
SignalNotDeclaredException()
          Creates a new signal-not-declared exception.
SignalNotDeclaredException(String errMessage)
          Creates a new signal-not-declared exception with a given error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.