eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'CannotReturnError':

Home

everywhere
www.exept.de
for:
[back]

Class: CannotReturnError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--ContextError
                  |
                  +--CannotReturnError

Package:
stx:libbasic
Category:
Kernel-Methods
Version:
rev: 1.4 date: 2003/08/29 19:21:05
user: cg
file: CannotReturnError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


Raised if a method which was compiled non-resumable is asked to return.
As non-resumable code is faster and shorter, the compilers do not
generate resumable code by default.
Resumability can be enforced by a compiler switch or via a #return/#resume directive.



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 08:02:32 GMT