se.lth.cs.realtime
Class FixedPeriodError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byse.lth.cs.realtime.RTError
              extended byse.lth.cs.realtime.FixedPeriodError
All Implemented Interfaces:
java.io.Serializable

public class FixedPeriodError
extends RTError

Error to be thrown when trying to change the period of a thread with fixed period. Such threads should implement the (empty) FixedPeriod interface.

See Also:
License, Serialized Form

Constructor Summary
FixedPeriodError()
           
 
Methods inherited from class se.lth.cs.realtime.RTError
getMillis, getSequenceNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedPeriodError

public FixedPeriodError()