Previous:
ExceptionSet class-instance creation
, Up:
ExceptionSet
1.70.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'.