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()
LocationInvocation.getLocation()public String getSourceFile()
LocationgetSourceFile in interface LocationCopyright © 2024. All rights reserved.