Package de.aristaflow.ilm.util
Class IlmStackTraceElement
- java.lang.Object
-
- de.aristaflow.ilm.util.IlmStackTraceElement
-
- All Implemented Interfaces:
Serializable
public class IlmStackTraceElement extends Object implements Serializable
- See Also:
StackTraceElement
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
classLoaderName
@NotNull String
className
String
fileName
Integer
lineNumber
@NotNull String
methodName
String
moduleName
String
moduleVersion
@NotNull Boolean
nativeMethod
-
Constructor Summary
Constructors Constructor Description IlmStackTraceElement(StackTraceElement ste)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<IlmStackTraceElement>
from(StackTraceElement[] stackTrace)
-
-
-
Field Detail
-
classLoaderName
public final String classLoaderName
-
moduleName
public final String moduleName
-
moduleVersion
public final String moduleVersion
-
methodName
@NotNull public final @NotNull String methodName
-
fileName
public final String fileName
-
lineNumber
public final Integer lineNumber
-
className
@NotNull public final @NotNull String className
-
nativeMethod
@NotNull public final @NotNull Boolean nativeMethod
-
-
Constructor Detail
-
IlmStackTraceElement
public IlmStackTraceElement(StackTraceElement ste)
-
-
Method Detail
-
from
public static List<IlmStackTraceElement> from(StackTraceElement[] stackTrace)
-
-