eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'CannotReturnError':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CannotReturnError


Inheritance:

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

Package:
stx:libbasic
Category:
Kernel-Exceptions-ExecutionErrors
Version:
rev: 1.6 date: 2013/12/24 10:39:59
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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 06:06:50 GMT