接口 ThrowablePB.ThrowableProtoOrBuilder

    • 方法详细资料

      • getOriginalClassName

        String getOriginalClassName()
         The name of the class of the exception that was actually thrown. Downstream readers
         of this message may or may not have the actual class available to initialize, so
         this is just used to prefix the message of a generic exception type.
         
        string original_class_name = 1;
      • getOriginalClassNameBytes

        com.google.protobuf.ByteString getOriginalClassNameBytes()
         The name of the class of the exception that was actually thrown. Downstream readers
         of this message may or may not have the actual class available to initialize, so
         this is just used to prefix the message of a generic exception type.
         
        string original_class_name = 1;
      • getOriginalMessage

        String getOriginalMessage()
         The message of this throwable. Not filled if there is no message.
         
        string original_message = 2;
      • getOriginalMessageBytes

        com.google.protobuf.ByteString getOriginalMessageBytes()
         The message of this throwable. Not filled if there is no message.
         
        string original_message = 2;
      • getStackTraceList

        List<ThrowablePB.StackTraceElementProto> getStackTraceList()
         The stack trace of this Throwable.
         
        repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;
      • getStackTrace

        ThrowablePB.StackTraceElementProto getStackTrace​(int index)
         The stack trace of this Throwable.
         
        repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;
      • getStackTraceCount

        int getStackTraceCount()
         The stack trace of this Throwable.
         
        repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;
      • getStackTraceOrBuilderList

        List<? extends ThrowablePB.StackTraceElementProtoOrBuilder> getStackTraceOrBuilderList()
         The stack trace of this Throwable.
         
        repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;
      • getStackTraceOrBuilder

        ThrowablePB.StackTraceElementProtoOrBuilder getStackTraceOrBuilder​(int index)
         The stack trace of this Throwable.
         
        repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;
      • hasCause

        boolean hasCause()
         The cause of this Throwable. Not filled if there is no cause.
         
        .org.apache.dubbo.common.serialize.protobuf.support.wrapper.ThrowableProto cause = 4;
      • getCause

        ThrowablePB.ThrowableProto getCause()
         The cause of this Throwable. Not filled if there is no cause.
         
        .org.apache.dubbo.common.serialize.protobuf.support.wrapper.ThrowableProto cause = 4;
      • getCauseOrBuilder

        ThrowablePB.ThrowableProtoOrBuilder getCauseOrBuilder()
         The cause of this Throwable. Not filled if there is no cause.
         
        .org.apache.dubbo.common.serialize.protobuf.support.wrapper.ThrowableProto cause = 4;