CharacterEncoderError.st
changeset 11296 5ac13a45fc3d
parent 10490 01b97b88bece
child 17267 1d49121c1dc7
child 17711 39faaaf888b4
--- a/CharacterEncoderError.st	Thu Oct 30 20:53:52 2008 +0100
+++ b/CharacterEncoderError.st	Thu Oct 30 20:54:05 2008 +0100
@@ -54,6 +54,10 @@
 
 !CharacterEncoderError methodsFor:'queries'!
 
+defaultResumeValue
+    ^ self defaultValue
+!
+
 isInvalidEncodingError
     ^ false
 ! !
@@ -61,5 +65,5 @@
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.8 2007-04-03 13:01:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.9 2008-10-30 19:54:05 cg Exp $'
 ! !