StacktraceLocation

case class StacktraceLocation(trace: Seq[StackTraceElement]) extends Location
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any

Value members

Concrete methods

def columnNumber: Int
def filter(filter: StackTraceFilter): StacktraceLocation
Returns

a filtered Location

def lineNumber: Int
def path: String
def show: String
def traceLocation(filter: StackTraceFilter): Option[TraceLocation]

Inherited methods

def fileName: String

the file path

the file path

Inherited from
Location
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product