summaryrefslogtreecommitdiff
path: root/src/library/scala/util/control/Exception.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-11-08 20:44:20 +0000
committerPaul Phillips <paulp@improving.org>2010-11-08 20:44:20 +0000
commit107cf1ae8e934b0ef7a6b6e819193b2166f3c44b (patch)
tree95cb815a21cf623d86476b2217f401ab8d1331c2 /src/library/scala/util/control/Exception.scala
parentb2559b3cf4516f751ad050480c50e348e03952d7 (diff)
downloadscala-107cf1ae8e934b0ef7a6b6e819193b2166f3c44b.tar.gz
scala-107cf1ae8e934b0ef7a6b6e819193b2166f3c44b.tar.bz2
scala-107cf1ae8e934b0ef7a6b6e819193b2166f3c44b.zip
Restored the stack traces I'd accidentally smot...
Restored the stack traces I'd accidentally smothered in r23426, and cleaned up ObjectRunner/ScriptRunner a bit. Closes #3978, no review.
Diffstat (limited to 'src/library/scala/util/control/Exception.scala')
-rw-r--r--src/library/scala/util/control/Exception.scala5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/library/scala/util/control/Exception.scala b/src/library/scala/util/control/Exception.scala
index 356b11df51..87aa5a9888 100644
--- a/src/library/scala/util/control/Exception.scala
+++ b/src/library/scala/util/control/Exception.scala
@@ -16,10 +16,7 @@ import collection.immutable.List
* @author Paul Phillips
*/
-import java.lang.reflect.InvocationTargetException
-
-object Exception
-{
+object Exception {
// We get lots of crashes using this, so for now we just use Class[_]
// type ExClass = Class[_ <: Throwable]