class ThreadError

当对线程执行无效操作时引发此异常。

例如,当没有其他线程启动时

Thread.stop

这将引发以下异常

ThreadError: stopping only thread
note: use sleep to stop forever