Next: , Previous: , Up: ExceptionSet   [Index]


1.73.2 ExceptionSet: enumerating

allExceptionsDo: aBlock

Private - Evaluate aBlock for every exception in the receiver. Answer the receiver

goodness: exception

Answer how good the receiver is at handling the given exception. A negative value indicates that the receiver is not able to handle the exception.

handles: exception

Answer whether the receiver handles ‘exception’.