|
Scala Library Documentation
|
|
scala/actors/QuitException.scala]
class
QuitException
extends Throwable with AnyRefQuickException class is used to manage control flow
of certain schedulers and worker threads.| Method Summary | |
override def
|
fillInStackTrace : Throwable |
| Methods inherited from Throwable | |
| getMessage, getLocalizedMessage, getCause, initCause, toString, printStackTrace, printStackTrace, printStackTrace, getStackTrace, setStackTrace |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library Documentation
|
|