Method.st
changeset 980 0ab2f56ecfc7
parent 957 b405ae99d437
child 1037 4488f834cb6b
equal deleted inserted replaced
979:29bc3b5a48c0 980:0ab2f56ecfc7
  1145 	raiseRequestWith:self
  1145 	raiseRequestWith:self
  1146 	errorString:'invalid method - not executable'.
  1146 	errorString:'invalid method - not executable'.
  1147 !
  1147 !
  1148 
  1148 
  1149 privateMethodCalled
  1149 privateMethodCalled
  1150     "this error is triggered, if a private or protected method is called from
  1150     "this error is triggered, if a private or protected method is called.
  1151      outside. 
  1151 
  1152      If you continue in the debugger, the method will be called,
  1152      If you continue in the debugger, the method will be called,
  1153      and further privacy exceptions will NOT be reported at this call location, 
  1153      and further privacy exceptions will NOT be reported at this call location, 
  1154      until any new method is compiled, or the privacy of any method changes,
  1154      until any new method is compiled, or the privacy of any method changes,
  1155      or the caches are flushed.
  1155      or the caches are flushed.
  1156      (the reason is that after the continue, the method is enterred into the
  1156      (the reason is that after the continue, the method is enterred into the
  1982 ! !
  1982 ! !
  1983 
  1983 
  1984 !Method class methodsFor:'documentation'!
  1984 !Method class methodsFor:'documentation'!
  1985 
  1985 
  1986 version
  1986 version
  1987     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.74 1996-02-09 18:15:25 cg Exp $'
  1987     ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.75 1996-02-20 21:12:52 cg Exp $'
  1988 ! !
  1988 ! !
  1989 Method initialize!
  1989 Method initialize!