|
Smalltalk/X WebserverDocumentation of class 'CannotReturnError': |
|
|
Class: CannotReturnErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ContextError | +--CannotReturnError
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
|