CharacterEncoderError.st
branchjv
changeset 18120 e3a375d5f6a8
parent 17911 a99f15c5efa5
parent 17267 1d49121c1dc7
child 20079 8d884971c2ed
--- a/CharacterEncoderError.st	Tue Feb 04 21:09:59 2014 +0100
+++ b/CharacterEncoderError.st	Wed Apr 01 10:20:10 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 ConversionError subclass:#CharacterEncoderError
 	instanceVariableNames:'defaultValue'
 	classVariableNames:''
@@ -55,6 +57,8 @@
 !CharacterEncoderError methodsFor:'queries'!
 
 defaultResumeValue
+    "the default answer, if no one handles the query and the exception is resumed"
+
     ^ self defaultValue
 !
 
@@ -65,12 +69,6 @@
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.9 2008/10/30 19:54:05 cg Exp $'
-!
-
-version_SVN
-    ^ '$Id: CharacterEncoderError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.10 2014-12-30 12:39:44 cg Exp $'
 ! !
 
-
-