Warning.st
changeset 7038 89e892bb8226
parent 7032 3c0246b4e602
child 8681 38aa963476a5
--- a/Warning.st	Tue Feb 18 14:40:13 2003 +0100
+++ b/Warning.st	Tue Feb 18 14:45:38 2003 +0100
@@ -39,7 +39,10 @@
 
 documentation
 "
-    Warning is an abstract superclass of all warning exceptions in the system
+    Warning is the superclass of all warning exceptions in the system.
+    The default beavior for an unhandled Warning is to display a warn
+    box with the error decription. If no display is available, the error 
+    description is written to the Transcript.
 
     [author:]
         Stefan Vogel
@@ -47,7 +50,6 @@
     [see also:]
         Signal
 "
-
 !
 
 examples
@@ -153,7 +155,7 @@
 !Warning class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.9 2003-02-17 19:08:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.10 2003-02-18 13:45:36 stefan Exp $'
 ! !
 
 Warning initialize!