NumberFormatError.st
changeset 6678 b2d3dad41600
child 7586 63e4900c8931
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NumberFormatError.st	Wed Jul 31 12:33:29 2002 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+NumberConversionError subclass:#NumberFormatError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+
+!NumberFormatError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/NumberFormatError.st,v 1.1 2002-07-31 10:33:01 cg Exp $'
+! !