se.lth.cs.realtime
Class FixedPriorityError

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

public class FixedPriorityError
extends RTError

Error to be thrown when trying to change the priority of a fixed-priority thread. Such threads should implement the (empty) FixedPriority interface.

See Also:
License, Serialized Form

Constructor Summary
FixedPriorityError()
           
 
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

FixedPriorityError

public FixedPriorityError()