On this page
Trait NoStackTrace.NoStackTrace
trait NoStackTrace extends Throwable
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.
Note | Since JDK 1.7, a similar effect can be achieved with |
---|---|
Supertypes |
Concrete methods
Source
override def fillInStackTrace(): Throwable
Definition Classes | Throwable |
---|
Inherited methods
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
def getLocalizedMessage(): String
Inherited from | Throwable |
---|
def getMessage(): String
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
def printStackTrace(): Unit
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Returns a string representation of the object.
The default representation is platform dependent.
Returns | a string representation of the object. |
---|---|
Inherited from | Throwable |
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/util/control/NoStackTrace.html