public static interface UserBitShared.ExceptionWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.ExceptionWrapper |
getCause()
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapperOrBuilder |
getCauseOrBuilder()
optional .exec.shared.ExceptionWrapper cause = 4; |
String |
getExceptionClass()
optional string exception_class = 1; |
com.google.protobuf.ByteString |
getExceptionClassBytes()
optional string exception_class = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
UserBitShared.StackTraceElementWrapper |
getStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
int |
getStackTraceCount()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
List<UserBitShared.StackTraceElementWrapper> |
getStackTraceList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.StackTraceElementWrapperOrBuilder |
getStackTraceOrBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> |
getStackTraceOrBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
boolean |
hasCause()
optional .exec.shared.ExceptionWrapper cause = 4; |
boolean |
hasExceptionClass()
optional string exception_class = 1; |
boolean |
hasMessage()
optional string message = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExceptionClass()
optional string exception_class = 1;
String getExceptionClass()
optional string exception_class = 1;
com.google.protobuf.ByteString getExceptionClassBytes()
optional string exception_class = 1;
boolean hasMessage()
optional string message = 2;
String getMessage()
optional string message = 2;
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
List<UserBitShared.StackTraceElementWrapper> getStackTraceList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
UserBitShared.StackTraceElementWrapper getStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
int getStackTraceCount()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> getStackTraceOrBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
UserBitShared.StackTraceElementWrapperOrBuilder getStackTraceOrBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
boolean hasCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapper getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapperOrBuilder getCauseOrBuilder()
optional .exec.shared.ExceptionWrapper cause = 4;
Copyright © 1970 The Apache Software Foundation. All rights reserved.