object StackTrace
- Alphabetic
- By Inheritance
- StackTrace
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSbtClass(name: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trimmed(t: Throwable, d: Int): String
Return a printable representation of the stack trace associated with t.
Return a printable representation of the stack trace associated with t. Information about t and its Throwable causes is included. The number of lines to be included for each Throwable is configured via d which should be greater than or equal to 0.
- If d is 0, then all elements are included up to (but not including) the first element that comes from sbt. - If d is greater than 0, then up to that many lines are included, where the line for the Throwable is counted plus one line for each stack element. Less lines will be included if there are not enough stack elements.
-
def
trimmedLines(t: Throwable, d: Int): List[String]
Return a printable representation of the stack trace associated with t.
Return a printable representation of the stack trace associated with t. Information about t and its Throwable causes is included. The number of lines to be included for each Throwable is configured via d which should be greater than or equal to 0.
- If d is 0, then all elements are included up to (but not including) the first element that comes from sbt. - If d is greater than 0, then up to that many lines are included, where the line for the Throwable is counted plus one line for each stack element. Less lines will be included if there are not enough stack elements.
See also ConsoleAppender where d <= 2 is treated specially by printing a prepared statement.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()