Squeak Class Documentation category index | class index  
 
ProgressInitiationException
  category: System-Exceptions Kernel
  superclass: Exception
  subclasses:

I provide a way to alter the behavior of the old-style progress notifier in String. See examples in:

ProgressInitiationException testWithout.
ProgressInitiationException testWith.

instance methods
  as yet unclassified
  defaultAction
display:at:from:to:during:
isResumable
sendNotificationsTo:

class methods
  examples and tests
  testInnermost
testWith
testWithAdditionalInfo
testWithout

  signalling
  display:at:from:to:during:

instance methods
  as yet unclassified top  
 

defaultAction

The default action taken if the exception is signaled.


 

display:at:from:to:during:


 

isResumable

Determine whether an exception is resumable.


 

sendNotificationsTo:


class methods
  examples and tests top  
 

testInnermost

test the progress code WITHOUT special handling


 

testWith

test progress code WITH special handling of progress notifications


 

testWithAdditionalInfo


 

testWithout

test the progress code WITHOUT special handling


  signalling top  
 

display:at:from:to:during: