Package org.apache.drill.exec.proto
Interface UserBitShared.ExceptionWrapperOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 UserBitShared.ExceptionWrapper,UserBitShared.ExceptionWrapper.Builder
- Enclosing class:
 UserBitShared
public static interface UserBitShared.ExceptionWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method Summary
Modifier and TypeMethodDescriptiongetCause()optional .exec.shared.ExceptionWrapper cause = 4;optional .exec.shared.ExceptionWrapper cause = 4;optional string exception_class = 1;com.google.protobuf.ByteStringoptional string exception_class = 1;optional string message = 2;com.google.protobuf.ByteStringoptional string message = 2;getStackTrace(int index) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;intrepeated .exec.shared.StackTraceElementWrapper stack_trace = 3;repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTraceOrBuilder(int index) repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;booleanhasCause()optional .exec.shared.ExceptionWrapper cause = 4;booleanoptional string exception_class = 1;booleanoptional string message = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
- 
Method Details
- 
hasExceptionClass
boolean hasExceptionClass()optional string exception_class = 1;- Returns:
 - Whether the exceptionClass field is set.
 
 - 
getExceptionClass
String getExceptionClass()optional string exception_class = 1;- Returns:
 - The exceptionClass.
 
 - 
getExceptionClassBytes
com.google.protobuf.ByteString getExceptionClassBytes()optional string exception_class = 1;- Returns:
 - The bytes for exceptionClass.
 
 - 
hasMessage
boolean hasMessage()optional string message = 2;- Returns:
 - Whether the message field is set.
 
 - 
getMessage
String getMessage()optional string message = 2;- Returns:
 - The message.
 
 - 
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()optional string message = 2;- Returns:
 - The bytes for message.
 
 - 
getStackTraceList
List<UserBitShared.StackTraceElementWrapper> getStackTraceList()repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; - 
getStackTrace
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; - 
getStackTraceCount
int getStackTraceCount()repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; - 
getStackTraceOrBuilderList
List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> getStackTraceOrBuilderList()repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; - 
getStackTraceOrBuilder
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; - 
hasCause
boolean hasCause()optional .exec.shared.ExceptionWrapper cause = 4;- Returns:
 - Whether the cause field is set.
 
 - 
getCause
UserBitShared.ExceptionWrapper getCause()optional .exec.shared.ExceptionWrapper cause = 4;- Returns:
 - The cause.
 
 - 
getCauseOrBuilder
UserBitShared.ExceptionWrapperOrBuilder getCauseOrBuilder()optional .exec.shared.ExceptionWrapper cause = 4; 
 -