SimpleLocation

case class SimpleLocation(trace: TraceLocation) extends Location
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any

Value members

Concrete methods

def filter(filter: StackTraceFilter): Location
def traceLocation(filter: StackTraceFilter): Option[TraceLocation]

Inherited methods

def classLocation(filter: StackTraceFilter): Option[String]

the class name and the line number where the Throwable was created

the class name and the line number where the Throwable was created

Inherited from:
Location
def fullLocation(filter: StackTraceFilter): Option[String]

the class name, file Name and the line number where the Throwable was created

the class name, file Name and the line number where the Throwable was created

Inherited from:
Location
def lineNumber(filter: StackTraceFilter): Option[Int]

the line number

the line number

Inherited from:
Location
def location(filter: StackTraceFilter): Option[String]

file name and line number

file name and line number

Inherited from:
Location
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String
Definition Classes
Location -> Any
Inherited from:
Location