Next:
SystemExceptions.ArgumentOutOfRange
, Previous:
SystemDictionary
, Up:
Base classes
1.159 SystemExceptions.AlreadyDefined
Defined in namespace Smalltalk.SystemExceptions
Superclass: SystemExceptions.InvalidArgument
Category: Language-Exceptions
I am raised when one tries to define a symbol (class or pool variable) that is already defined.
SystemExceptions.AlreadyDefined-accessing
: (instance)