接口 ThrowablePB.ThrowableProtoOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ThrowablePB
public static interface ThrowablePB.ThrowableProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ThrowablePB.ThrowableProtogetCause()The cause of this Throwable.ThrowablePB.ThrowableProtoOrBuildergetCauseOrBuilder()The cause of this Throwable.StringgetOriginalClassName()The name of the class of the exception that was actually thrown.com.google.protobuf.ByteStringgetOriginalClassNameBytes()The name of the class of the exception that was actually thrown.StringgetOriginalMessage()The message of this throwable.com.google.protobuf.ByteStringgetOriginalMessageBytes()The message of this throwable.ThrowablePB.StackTraceElementProtogetStackTrace(int index)The stack trace of this Throwable.intgetStackTraceCount()The stack trace of this Throwable.List<ThrowablePB.StackTraceElementProto>getStackTraceList()The stack trace of this Throwable.ThrowablePB.StackTraceElementProtoOrBuildergetStackTraceOrBuilder(int index)The stack trace of this Throwable.List<? extends ThrowablePB.StackTraceElementProtoOrBuilder>getStackTraceOrBuilderList()The stack trace of this Throwable.booleanhasCause()The cause of this Throwable.
-
-
-
方法详细资料
-
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;
-
-