TraceLocation

case class TraceLocation(path: String, fileName: String, className: String, methodName: String, lineNumber: Int)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def stackTraceElement: StackTraceElement

Inherited methods

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

Concrete fields

lazy val classLocation: 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

lazy val fullLocation: 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

lazy val location: String