Signal.st
changeset 16501 b324161af19b
parent 15375 6beaee1cdc53
child 16562 de9b98f4a494
equal deleted inserted replaced
16500:f23b937921c5 16501:b324161af19b
   191 ! !
   191 ! !
   192 
   192 
   193 !Signal methodsFor:'accessing'!
   193 !Signal methodsFor:'accessing'!
   194 
   194 
   195 creator
   195 creator
   196     "return the creator of the exception (for exception protocol compatibilty)"
   196     "return the creator of the exception (for exception protocol compatibilty).
       
   197      For class based exceptions, that is the exception class;
       
   198      for signals, that is the signal itself."
   197 
   199 
   198     ^ self
   200     ^ self
   199 !
   201 !
   200 
   202 
   201 errorString
   203 errorString
   984 ! !
   986 ! !
   985 
   987 
   986 !Signal class methodsFor:'documentation'!
   988 !Signal class methodsFor:'documentation'!
   987 
   989 
   988 version
   990 version
   989     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.113 2013-06-05 11:25:09 cg Exp $'
   991     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.114 2014-05-29 10:50:49 cg Exp $'
   990 !
   992 !
   991 
   993 
   992 version_CVS
   994 version_CVS
   993     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.113 2013-06-05 11:25:09 cg Exp $'
   995     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.114 2014-05-29 10:50:49 cg Exp $'
   994 ! !
   996 ! !
   995 
   997