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.7 date: 2021/01/20 15:37:32
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.

copyright

COPYRIGHT (c) 2001 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:46:16 GMT