GenericException.st
branchjv
changeset 17761 b0e5971141bc
parent 17736 26cfea63471d
child 17767 a4a32df3aa5e
equal deleted inserted replaced
17760:b2add4d45cfb 17761:b0e5971141bc
   196     ^ self basicNew setSignal:self.
   196     ^ self basicNew setSignal:self.
   197 
   197 
   198     "Created: / 23.7.1999 / 13:45:49 / stefan"
   198     "Created: / 23.7.1999 / 13:45:49 / stefan"
   199     "Modified: / 24.7.1999 / 13:21:25 / stefan"
   199     "Modified: / 24.7.1999 / 13:21:25 / stefan"
   200 ! !
   200 ! !
       
   201 
   201 
   202 
   202 !GenericException class methodsFor:'Compatibility-Dolphin'!
   203 !GenericException class methodsFor:'Compatibility-Dolphin'!
   203 
   204 
   204 signal:messageText
   205 signal:messageText
   205     "raise a signal proceedable or nonproceedable (whichever is right).
   206     "raise a signal proceedable or nonproceedable (whichever is right).
  2130 ! !
  2131 ! !
  2131 
  2132 
  2132 !GenericException class methodsFor:'documentation'!
  2133 !GenericException class methodsFor:'documentation'!
  2133 
  2134 
  2134 version
  2135 version
  2135     ^ '$Id: GenericException.st 10482 2009-12-04 20:30:11Z vranyj1 $'
  2136     ^ '$Id: GenericException.st 10517 2010-04-26 18:26:38Z vranyj1 $'
  2136 !
  2137 !
  2137 
  2138 
  2138 version_CVS
  2139 version_CVS
  2139     ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009/12/01 20:03:39 cg Exp §'
  2140     ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009/12/01 20:03:39 cg Exp §'
       
  2141 !
       
  2142 
       
  2143 version_SVN
       
  2144     ^ '$Id: GenericException.st 10517 2010-04-26 18:26:38Z vranyj1 $'
  2140 ! !
  2145 ! !
  2141 
  2146 
  2142 GenericException initialize!
  2147 GenericException initialize!
  2143 
       
  2144 
       
  2145