*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 12 Feb 2004 11:36:13 +0100
changeset 7930 67f25a577055
parent 7929 b69aa7b4e126
child 7931 1b7155d1e6fc
*** empty log message ***
CharacterEncoderError.st
Make.spec
--- a/CharacterEncoderError.st	Thu Feb 12 11:32:12 2004 +0100
+++ b/CharacterEncoderError.st	Thu Feb 12 11:36:13 2004 +0100
@@ -12,7 +12,7 @@
 
 "{ Package: 'stx:libbasic' }"
 
-Error subclass:#CharacterEncoderError
+ConversionError subclass:#CharacterEncoderError
 	instanceVariableNames:'defaultValue'
 	classVariableNames:''
 	poolDictionaries:''
@@ -56,5 +56,5 @@
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.3 2004-02-11 15:19:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.4 2004-02-12 10:36:13 cg Exp $'
 ! !
--- a/Make.spec	Thu Feb 12 11:32:12 2004 +0100
+++ b/Make.spec	Thu Feb 12 11:36:13 2004 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.5 2003-11-26 23:24:36 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.6 2004-02-12 10:36:13 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -130,6 +130,9 @@
 		$(OUTDIR)OverflowError.$(O) \
 	      $(OUTDIR)UnorderedNumbersError.$(O) \
 	    $(OUTDIR)ConversionError.$(O) \
+	      $(OUTDIR)CharacterEncoderError.$(O) \
+	        $(OUTDIR)EncodingFailedError.$(O) \
+	        $(OUTDIR)DecodingFailedError.$(O) \
 	    $(OUTDIR)NotFoundError.$(O) \
 	      $(OUTDIR)IndexNotFoundError.$(O) \
 		$(OUTDIR)NonIntegerIndexError.$(O) \