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.
See Also:
PluginErrorDetails.Builder.withStacktrace(java.util.List)
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  StackTraceItem.Builder  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getClassName()  
    java.lang.Integer getColumn()  
    java.lang.String getFileName()  
    java.lang.Integer getLine()  
    java.lang.String getMethodName()  

    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()