接口 ThrowablePB.StackTraceElementProtoOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      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
      com.google.protobuf.ByteString getMethodNameBytes()
      The name of the method containing the execution point represented by the stack trace element
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getClassName

        String getClassName()
         The fully qualified name of the class containing the execution point
         represented by the stack trace element.
         
        string class_name = 1;
      • getClassNameBytes

        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;
      • getMethodName

        String getMethodName()
         The name of the method containing the execution point represented by the
         stack trace element
         
        string method_name = 2;
      • getMethodNameBytes

        com.google.protobuf.ByteString getMethodNameBytes()
         The name of the method containing the execution point represented by the
         stack trace element
         
        string method_name = 2;
      • getFileName

        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;
      • getFileNameBytes

        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;
      • getLineNumber

        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;