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


1.72 Exception

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Exceptions

My instances describe an exception that has happened, and are passed to exception handlers. Classes describe the kind of exception.

Apart from containing information on the generated exception, my instances contain methods that allow you to resume execution, leave the #on:do:... block, and pass the exception to an handler with a lower priority.