public class LocationImpl extends Object implements Location, Serializable
Constructor and Description |
---|
LocationImpl() |
LocationImpl(StackTraceFilter stackTraceFilter) |
LocationImpl(Throwable stackTraceHolder) |
Modifier and Type | Method and Description |
---|---|
String |
getSourceFile()
Source file of this location
|
String |
toString()
Human readable location in the source code, see
Invocation.getLocation() |
public LocationImpl()
public LocationImpl(StackTraceFilter stackTraceFilter)
public LocationImpl(Throwable stackTraceHolder)
public String toString()
Location
Invocation.getLocation()
public String getSourceFile()
Location
getSourceFile
in interface Location
Copyright © 2024. All rights reserved.