Squeak Class Documentation category index | class index  
 
Warning
  category: System-Exceptions Kernel
  superclass: Notification
  subclasses:

A Warning is a Notification which by default should be brought to the attention of the user.

instance methods
  exceptionDescription
  defaultAction

  private-exceptionSignaler
  signal

class methods
  no messages
 

instance methods
  exceptionDescription top  
 

defaultAction

The user should be notified of the occurrence of an exceptional occurrence and given an option of continuing or aborting the computation. The description of the occurrence should include any text specified as the argument of the #signal: message.


  private-exceptionSignaler top  
 

signal

Signal the occurrence of an exceptional condition.


class methods
  no messages top