public class StacktraceInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
line
The trace's line.
|
java.lang.String |
method
The Java method name.
|
java.lang.String |
program
The Java program name, without the root package name.
|
| Constructor and Description |
|---|
StacktraceInfo() |