Next: , Previous: , Up: Base classes   [Index]


1.73 ExceptionSet

Defined in namespace Smalltalk
Superclass: Object
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