Package com.yandex.metrica.plugins
Class StackTraceItem
java.lang.Object
com.yandex.metrica.plugins.StackTraceItem
public class StackTraceItem
extends java.lang.Object
Class describing the stacktrace in a common form
so that errors both from native and plugin code can be described via this object.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackTraceItem.Builder -
Method Summary
Modifier and Type Method Description java.lang.StringgetClassName()java.lang.IntegergetColumn()java.lang.StringgetFileName()java.lang.IntegergetLine()java.lang.StringgetMethodName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getClassName
@Nullable public java.lang.String getClassName() -
getFileName
@Nullable public java.lang.String getFileName() -
getLine
@Nullable public java.lang.Integer getLine() -
getColumn
@Nullable public java.lang.Integer getColumn() -
getMethodName
@Nullable public java.lang.String getMethodName()
-