Next:
False
, Previous:
Exception
, Up:
Base classes
1.70 ExceptionSet
Defined in namespace Smalltalk
Superclass: Kernel.TrappableEvent
Category: Language-Exceptions
My instances are not real exceptions: they can only be used as arguments to #on:do:... methods in BlockClosure. They act as shortcuts that allows you to use the same handler for many exceptions without having to write duplicate code
ExceptionSet class-instance creation
: (class)
ExceptionSet-enumerating
: (instance)