public class StackTraceElement extends Object
| Constructor and Description |
|---|
StackTraceElement() |
StackTraceElement(String clsName,
String mthName,
String fileName,
int line) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getFileName() |
int |
getLineNumber() |
String |
getMethodName() |
boolean |
isNativeMethod() |
String |
toString()
public int hashCode () {
return 0;
}
|