org.armedbear.lisp
Class ThreadDestroyed

java.lang.Object
  extended by java.lang.Throwable
      extended by org.armedbear.lisp.ConditionThrowable
          extended by org.armedbear.lisp.ThreadDestroyed
All Implemented Interfaces:
java.io.Serializable

public class ThreadDestroyed
extends ConditionThrowable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.armedbear.lisp.ConditionThrowable
condition
 
Constructor Summary
ThreadDestroyed()
           
ThreadDestroyed(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.armedbear.lisp.ConditionThrowable
fillInStackTrace, getCondition
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadDestroyed

public ThreadDestroyed()

ThreadDestroyed

public ThreadDestroyed(java.lang.String message)