class ThreadError

当尝试对线程执行无效操作时引发。

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

Thread.stop

这将引发以下异常

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