ProceedableError.st
branchjv
changeset 17814 b75a7f0c346b
parent 17761 b0e5971141bc
child 17834 04ff72c5039a
equal deleted inserted replaced
17813:8012b3ceb14b 17814:b75a7f0c346b
    48 ! !
    48 ! !
    49 
    49 
    50 !ProceedableError class methodsFor:'initialization'!
    50 !ProceedableError class methodsFor:'initialization'!
    51 
    51 
    52 initialize
    52 initialize
    53 
       
    54     NotifierString := 'proceedable error'.
    53     NotifierString := 'proceedable error'.
    55 
    54 
    56     "
    55     "
    57      self initialize
    56      self initialize
    58     "
    57     "
    59 
    58 
    60 
    59     "Modified: / 17-11-2010 / 17:53:04 / cg"
    61 ! !
    60 ! !
    62 
    61 
    63 !ProceedableError class methodsFor:'queries'!
    62 !ProceedableError class methodsFor:'queries'!
    64 
    63 
    65 mayProceed
    64 mayProceed
       
    65     ^ true
    66 
    66 
    67     ^ true
    67     "Modified: / 17-11-2010 / 17:53:37 / cg"
    68 ! !
    68 ! !
    69 
    69 
    70 !ProceedableError class methodsFor:'documentation'!
    70 !ProceedableError class methodsFor:'documentation'!
    71 
    71 
    72 version
    72 version
    73     ^ '$Id: ProceedableError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
    73     ^ '$Id: ProceedableError.st 10602 2010-12-20 07:13:27Z vranyj1 $'
    74 !
    74 !
    75 
    75 
    76 version_SVN
    76 version_SVN
    77     ^ '$Id: ProceedableError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
    77     ^ '$Id: ProceedableError.st 10602 2010-12-20 07:13:27Z vranyj1 $'
       
    78 !
       
    79 
       
    80 version_CVS
       
    81     ^ 'Header: /cvs/stx/stx/libbasic/ProceedableError.st,v 1.6 2010/11/17 16:53:49 cg Exp '
    78 ! !
    82 ! !
    79 
    83 
    80 ProceedableError initialize!
    84 ProceedableError initialize!
       
    85