removed via FileBrowser
authorClaus Gittinger <cg@exept.de>
Mon, 31 Mar 2003 16:11:23 +0200
changeset 7146 f3ba0d0bffcc
parent 7145 a2a21668f317
child 7147 b725938d4be3
removed via FileBrowser
InvalidCodeException.st
Make.proto
--- a/InvalidCodeException.st	Mon Mar 31 16:08:28 2003 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-"{ Package: 'stx:libbasic' }"
-
-ExecutionException subclass:#InvalidCodeException
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Kernel-Exceptions-ExecutionErrors'
-!
-
-
-!InvalidCodeException class methodsFor:'documentation'!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/InvalidCodeException.st,v 1.1 2003-03-31 14:08:03 cg Exp $'
-! !
--- a/Make.proto	Mon Mar 31 16:08:28 2003 +0200
+++ b/Make.proto	Mon Mar 31 16:11:23 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.161 2003-02-17 19:43:46 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.162 2003-03-31 14:11:23 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -147,8 +147,8 @@
 	      DomainError.$(O) \
 		ZeroDivide.$(O) \
 	      RangeError.$(O) \
-	        UnderflowError.$(O) \
-	        OverflowError.$(O) \
+		UnderflowError.$(O) \
+		OverflowError.$(O) \
 	      UnorderedNumbersError.$(O) \
 	    ConversionError.$(O) \
 	    NotFoundError.$(O) \
@@ -253,7 +253,16 @@
       AbstractObjectCoder.$(O) \
 	ObjectCoder.$(O) \
       HashStream.$(O) \
-        MD5Stream.$(O) \
+	MD5Stream.$(O) \
+      ExecutionError.$(O) \
+      ArgumentError.$(O) \
+      BadLiteralsError.$(O) \
+      InvalidByteCodeError.$(O) \
+      InvalidCodeError.$(O) \
+      InvalidInstructionError.$(O) \
+      NoByteCodeError.$(O) \
+      NonBooleanReceiverError.$(O) \
+      WrongNumberOfArgumentsError.$(O) \
       $(SYSDEP_OBJS)
 
 #