Scala Library Documentation
|
|
scala/actors/SuspendActorException.scala
]
class
SuspendActorException
extends
Throwable with
AnyRefThis class is used to manage control flow of actor executions.
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
|
|