s/BenchmarkParameterError.st
changeset 136 690b5f103c60
child 139 eaf40f3173ad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/s/BenchmarkParameterError.st	Sat Jul 20 12:29:11 2013 +0100
@@ -0,0 +1,35 @@
+"{ Package: 'jv:calipel/s' }"
+
+Error subclass:#BenchmarkParameterError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'CalipeL-S-Core-Exceptions'
+!
+
+!BenchmarkParameterError class methodsFor:'documentation'!
+
+documentation
+"
+ Replace 'Object', 'NewClass1' and
+ the empty string arguments by true values.
+
+ Install (or change) the class by 'accepting',
+ either via the menu or the keyboard (usually CMD-A).
+
+ You can also change the category simply by editing
+ the categoryString and accepting.
+
+ To be nice to others (and yourself later), do not forget to
+ add some documentation; preferably under the classes documentation
+ protocol.
+ (see the `create documentation stubs' item in the methodList menu;
+  switch from instance to class to find this menu item.)
+
+ Notice, that ST/X uses the convention to document the class using
+ comment-only class methods (however, ST80 comments are supported and
+ can be changed via the class-documentation menu).
+
+"
+! !
+