scala.util.control

trait NoStackTrace

[source: scala/util/control/NoStackTrace.scala]

trait NoStackTrace
extends java.lang.Throwable with AnyRef
A trait for exceptions which, for efficiency reasons, do not fill in the stack trace.
Author
Paul Phillips
Since
2.8
Direct Known Subclasses:
ControlException

Method Summary
override def fillInStackTrace : java.lang.Throwable
Methods inherited from java.lang.Throwable
java.lang.Throwable.getMessage, java.lang.Throwable.getLocalizedMessage, java.lang.Throwable.getCause, java.lang.Throwable.initCause, java.lang.Throwable.toString, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.getStackTrace, java.lang.Throwable.setStackTrace
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def fillInStackTrace : java.lang.Throwable
Overrides
java.lang.Throwable.java.lang.Throwable.fillInStackTrace