Squeak Class Documentation category index | class index  
 
ZeroDivide
  category: System-Exceptions Kernel
  superclass: Error
  subclasses:

ZeroDivide may be signaled when a mathematical division by 0 is attempted.

instance methods
  exceptionBuilder
  dividend:

  exceptionDescription
  dividend
isResumable

class methods
  exceptionInstantiator
  dividend:

instance methods
  exceptionBuilder top  
 

dividend:

Specify the number that was being divided by zero.


  exceptionDescription top  
 

dividend

Answer the number that was being divided by zero.


 

isResumable

Determine whether an exception is resumable.


class methods
  exceptionInstantiator top  
 

dividend: