NoModificationError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18011 deb0c3355881
parent 20448 d6481605c06c
equal deleted inserted replaced
20577:a27e7b3031cb 20578:39641ba8d6e0
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    13 
    13 
    14 ProceedableError subclass:#NoModificationError
    14 "{ NameSpace: Smalltalk }"
       
    15 
       
    16 ExecutionError subclass:#NoModificationError
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Kernel-Exceptions-Errors'
    20 	category:'Kernel-Exceptions-Errors'
    19 !
    21 !
    48 ! !
    50 ! !
    49 
    51 
    50 !NoModificationError class methodsFor:'documentation'!
    52 !NoModificationError class methodsFor:'documentation'!
    51 
    53 
    52 version_CVS
    54 version_CVS
    53     ^ '$Header: /cvs/stx/stx/libbasic/NoModificationError.st,v 1.2 2009-11-05 22:42:42 cg Exp $'
    55     ^ '$Header$'
    54 ! !
    56 ! !
    55 
    57 
       
    58 
    56 NoModificationError initialize!
    59 NoModificationError initialize!