public static interface ThrowablePB.StackTraceElementProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
com.google.protobuf.ByteString |
getClassNameBytes()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
String |
getFileName()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
int |
getLineNumber()
The line number of the source line containing the execution point represented
by this stack trace element, or a negative number if this information is
unavailable.
|
String |
getMethodName()
The name of the method containing the execution point represented by the
stack trace element
string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method containing the execution point represented by the
stack trace element
string method_name = 2; |
String getClassName()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;com.google.protobuf.ByteString getClassNameBytes()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;String getMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;String getFileName()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;com.google.protobuf.ByteString getFileNameBytes()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;int getLineNumber()
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.