se.lth.cs.realtime
Class RTError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--se.lth.cs.realtime.RTError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RTInterrupted, SemInterrupted, SemViolation

public class RTError
extends java.lang.Error

Unchecked exception to be thrown when handling time, concurrency, or resourses are interrupted or vilated in such a way that there is normally nothing better to do than closing down the application. In rare cases, an RTError may be caught, but typically then only for handling shutdown or emergency situations.

See Also:
Serialized Form

Constructor Summary
RTError(java.lang.String error)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTError

public RTError(java.lang.String error)