Signal.st
changeset 20953 e84cf4c25b59
parent 20820 01811b77f67f
child 21024 8734987eb5c7
child 21046 4aca308b3427
equal deleted inserted replaced
20952:7c5123a5f7a8 20953:e84cf4c25b59
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1993 by Claus Gittinger
     4  COPYRIGHT (c) 1993 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    38 
    40 
    39 documentation
    41 documentation
    40 "
    42 "
    41     Note:
    43     Note:
    42         The instance based Signal framework is being replaced by class based exceptions.
    44         The instance based Signal framework is being replaced by class based exceptions.
    43         I.e. what used to be instances of Signal/QuerySignal is beeing
    45         I.e. what used to be instances of Signal/QuerySignal is being
    44         rewritten into subclasses of Exception/Error/Query and Warning.
    46         rewritten into subclasses of Exception/Error/Query and Warning.
    45 
    47 
    46         Although the functionality is basically unchanged, the new
    48         Although the functionality is basically unchanged, the new
    47         class based exceptions are easier to instantiate (no need for
    49         class based exceptions are easier to instantiate (no need for
    48         creation in a classes initialize method), easier to use (no real
    50         creation in a classes initialize method), easier to use (no real