A trait for exceptions which, for efficiency reasons, do not
fill in the stack trace. Stack trace suppression can be disabled
on a global basis via a system property wrapper in
scala.sys.SystemProperties.
Since
2.8
Linear Supertypes
java.lang.Throwable, java.io.Serializable, AnyRef, Any
A trait for exceptions which, for efficiency reasons, do not fill in the stack trace. Stack trace suppression can be disabled on a global basis via a system property wrapper in scala.sys.SystemProperties.
2.8