Uses of Class
de.aristaflow.ilm.util.IlmStackTraceElement
-
Packages that use IlmStackTraceElement Package Description de.aristaflow.ilm.util -
-
Uses of IlmStackTraceElement in de.aristaflow.ilm.util
Methods in de.aristaflow.ilm.util that return types with arguments of type IlmStackTraceElement Modifier and Type Method Description static List<IlmStackTraceElement>
IlmStackTraceElement. from(StackTraceElement[] stackTrace)
@NotNull List<IlmStackTraceElement>
IlmException. getIlmStackTrace()
Gets the stack trace similar toIlmException.getIlmStackTrace()
but as ILM representation.
-