public final class SourceLocation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SourceLocation |
UNKNOWN |
| Constructor and Description |
|---|
SourceLocation(MethodLocation method,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
StackTraceElement |
toStackTrace() |
String |
toString() |
public static final SourceLocation UNKNOWN
public SourceLocation(MethodLocation method, int lineNumber)
public StackTraceElement toStackTrace()
Copyright © 2011–2019. All rights reserved.