public static interface ThrowablePB.ThrowableProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ThrowablePB.ThrowableProto |
getCause()
The cause of this Throwable.
|
ThrowablePB.ThrowableProtoOrBuilder |
getCauseOrBuilder()
The cause of this Throwable.
|
String |
getOriginalClassName()
The name of the class of the exception that was actually thrown.
|
com.google.protobuf.ByteString |
getOriginalClassNameBytes()
The name of the class of the exception that was actually thrown.
|
String |
getOriginalMessage()
The message of this throwable.
|
com.google.protobuf.ByteString |
getOriginalMessageBytes()
The message of this throwable.
|
ThrowablePB.StackTraceElementProto |
getStackTrace(int index)
The stack trace of this Throwable.
|
int |
getStackTraceCount()
The stack trace of this Throwable.
|
List<ThrowablePB.StackTraceElementProto> |
getStackTraceList()
The stack trace of this Throwable.
|
ThrowablePB.StackTraceElementProtoOrBuilder |
getStackTraceOrBuilder(int index)
The stack trace of this Throwable.
|
List<? extends ThrowablePB.StackTraceElementProtoOrBuilder> |
getStackTraceOrBuilderList()
The stack trace of this Throwable.
|
boolean |
hasCause()
The cause of this Throwable.
|
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;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;String getOriginalMessage()
The message of this throwable. Not filled if there is no message.
string original_message = 2;com.google.protobuf.ByteString getOriginalMessageBytes()
The message of this throwable. Not filled if there is no message.
string original_message = 2;List<ThrowablePB.StackTraceElementProto> getStackTraceList()
The stack trace of this Throwable.
repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;ThrowablePB.StackTraceElementProto getStackTrace(int index)
The stack trace of this Throwable.
repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;int getStackTraceCount()
The stack trace of this Throwable.
repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;List<? extends ThrowablePB.StackTraceElementProtoOrBuilder> getStackTraceOrBuilderList()
The stack trace of this Throwable.
repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;ThrowablePB.StackTraceElementProtoOrBuilder getStackTraceOrBuilder(int index)
The stack trace of this Throwable.
repeated .org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto stack_trace = 3;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;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;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;Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.