public class StackTraceElement extends Object
| Constructor and Description |
|---|
StackTraceElement(String declaringClass,
String methodName,
String fileName,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getFileName() |
int |
getLineNumber() |
String |
getMethodName() |
boolean |
isNativeMethod() |