Squeak Class Documentation category index | class index  
 
Halt
  category: System-Exceptions Extensions
  superclass: Error
  subclasses: AssertionFailure

Halt is provided to support Object>>halt.

instance methods
  description
  isResumable

class methods
  exceptionSelector
  handles:

instance methods
  description top  
 

isResumable

Determine whether an exception is resumable.


class methods
  exceptionSelector top  
 

handles:

Determine whether an exception handler will accept a signaled exception.