conversion errors
authorClaus Gittinger <cg@exept.de>
Wed, 06 Aug 2008 12:25:20 +0200
changeset 11130 fb6ebdb8c2a1
parent 11129 632cbbbaf162
child 11131 91a2d0eaf82d
conversion errors
AbstractTime.st
--- a/AbstractTime.st	Wed Aug 06 12:23:11 2008 +0200
+++ b/AbstractTime.st	Wed Aug 06 12:25:20 2008 +0200
@@ -231,6 +231,14 @@
     ^ Timestamp now utcSecondsSince1901
 ! !
 
+!AbstractTime class methodsFor:'error handling'!
+
+conversionErrorSignal
+    "return the signal used for conversion error handling"
+
+    ^ TimeConversionError
+! !
+
 !AbstractTime class methodsFor:'private-instance creation'!
 
 fromOSTime:osTime
@@ -1049,5 +1057,5 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.58 2008-03-09 22:13:36 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.59 2008-08-06 10:25:20 cg Exp $'
 ! !