MethodNotAppropriateError.st
branchjv
changeset 18113 92b4242b2b0b
parent 18011 deb0c3355881
parent 15853 8cab74a04727
equal deleted inserted replaced
18112:0d7ac9096619 18113:92b4242b2b0b
    40     NotifierString := 'method is not appropriate'.
    40     NotifierString := 'method is not appropriate'.
    41 
    41 
    42     "Modified: / 02-11-2012 / 09:54:51 / cg"
    42     "Modified: / 02-11-2012 / 09:54:51 / cg"
    43 ! !
    43 ! !
    44 
    44 
       
    45 !MethodNotAppropriateError methodsFor:'accessing'!
       
    46 
       
    47 messageSend
       
    48     ^ suspendedContext sender messageSend
       
    49 ! !
       
    50 
       
    51 !MethodNotAppropriateError methodsFor:'printing & storing'!
       
    52 
       
    53 description
       
    54     ^ super description, ': ', suspendedContext sender printString
       
    55 ! !
       
    56 
    45 !MethodNotAppropriateError class methodsFor:'documentation'!
    57 !MethodNotAppropriateError class methodsFor:'documentation'!
    46 
    58 
    47 version
    59 version
    48     ^ '$Header: /cvs/stx/stx/libbasic/MethodNotAppropriateError.st,v 1.1 2012-11-02 08:57:37 cg Exp $'
    60     ^ '$Header: /cvs/stx/stx/libbasic/MethodNotAppropriateError.st,v 1.2 2013-12-06 14:32:12 stefan Exp $'
    49 !
    61 !
    50 
    62 
    51 version_CVS
    63 version_CVS
    52     ^ '$Header: /cvs/stx/stx/libbasic/MethodNotAppropriateError.st,v 1.1 2012-11-02 08:57:37 cg Exp $'
    64     ^ '$Header: /cvs/stx/stx/libbasic/MethodNotAppropriateError.st,v 1.2 2013-12-06 14:32:12 stefan Exp $'
    53 ! !
    65 ! !
    54 
    66 
       
    67 
    55 MethodNotAppropriateError initialize!
    68 MethodNotAppropriateError initialize!