summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-07-08 17:08:00 +0000
committerburaq <buraq@epfl.ch>2004-07-08 17:08:00 +0000
commit9686e20774b3da3efe87e24d913aefef1805041a (patch)
tree0ba3dea2980fc296bd9f04be99af1f6000bfe0e6
parent8d5573b5a0c4acfa7b5d95fb6885a10229bc2f98 (diff)
downloadscala-9686e20774b3da3efe87e24d913aefef1805041a.tar.gz
scala-9686e20774b3da3efe87e24d913aefef1805041a.tar.bz2
scala-9686e20774b3da3efe87e24d913aefef1805041a.zip
obsol
-rw-r--r--sources/scala/util/regexp/SyntaxErrorException.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/scala/util/regexp/SyntaxErrorException.scala b/sources/scala/util/regexp/SyntaxErrorException.scala
deleted file mode 100644
index add93905ab..0000000000
--- a/sources/scala/util/regexp/SyntaxErrorException.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-package scala.util.regexp ;
-
-/** this runtime exception is thrown if an attempt to instantiate a
- * syntactically incorrect expression is detected */
-class SyntaxErrorExpression(e: String)
- extends java.lang.RuntimeException(e);