|
Scala Library Documentation
|
|
scala/actors/ExitActorException.scala]
class
ExitActorException
extends Throwable with AnyRef
This exception is thrown whenever an actor exits.
Its purpose is to let exit have
return type Nothing.
| Methods inherited from Throwable | |
| getMessage, getLocalizedMessage, getCause, initCause, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, 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 |
|
Scala Library Documentation
|
|