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 TypeClass and Description
static class StackTraceItem.Builder 

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and 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 Detail

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