case class StackTraceNode(threadName: Option[StackTraceThreadNameNode], exceptionName: QualifiedIdentifierNode, message: Option[String], lines: Seq[StackTraceLineNode], moreExceptions: Option[StackTraceMoreExceptions], causedByTraces: Seq[StackTraceNode]) extends StackTraceASTNode with Product with Serializable
It represents a stack trace. in the form QualifiedName (":" ?) (message ?) (StackTraceLine +)
- exceptionName
a qualified name representing the the exception raised
- message
a string representing an optional message for the exception
- lines
a list of stacktrace lines representing the trace.
- See also
QualifiedName, SourceLocation, StackTraceLine
- Alphabetic
- By Inheritance
- StackTraceNode
- Serializable
- Serializable
- StackTraceASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StackTraceNode(threadName: Option[StackTraceThreadNameNode], exceptionName: QualifiedIdentifierNode, message: Option[String], lines: Seq[StackTraceLineNode], moreExceptions: Option[StackTraceMoreExceptions], causedByTraces: Seq[StackTraceNode])
- exceptionName
a qualified name representing the the exception raised
- message
a string representing an optional message for the exception
- lines
a list of stacktrace lines representing the trace.
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
- val causedByTraces: Seq[StackTraceNode]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exceptionName: QualifiedIdentifierNode
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lines: Seq[StackTraceLineNode]
- val message: Option[String]
- val moreExceptions: Option[StackTraceMoreExceptions]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threadName: Option[StackTraceThreadNameNode]
-
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( ... )