Uses of Class
org.apache.drill.exec.proto.UserBitShared.ExceptionWrapper
Package
Description
Various exceptions used in logical, physical and execution contexts.
Utilities useful across packages.
-
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.common.exceptions
-
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.common.util
Modifier and TypeMethodDescriptionstatic Throwable
DrillExceptionUtil.getThrowable
(UserBitShared.ExceptionWrapper exceptionWrapper) Recreate throwable from exception protoBuf which received from remote or local node. -
Uses of UserBitShared.ExceptionWrapper in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserBitShared.ExceptionWrapper.Builder.build()
UserBitShared.ExceptionWrapper.Builder.buildPartial()
UserBitShared.ExceptionWrapper.Builder.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapper.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapperOrBuilder.getCause()
optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.ExceptionWrapper.getDefaultInstance()
UserBitShared.ExceptionWrapper.Builder.getDefaultInstanceForType()
UserBitShared.ExceptionWrapper.getDefaultInstanceForType()
UserBitShared.DrillPBError.Builder.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.DrillPBError.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.DrillPBErrorOrBuilder.getException()
optional .exec.shared.ExceptionWrapper exception = 5;
SchemaUserBitShared.ExceptionWrapper.MessageSchema.newMessage()
UserBitShared.ExceptionWrapper.parseDelimitedFrom
(InputStream input) UserBitShared.ExceptionWrapper.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(byte[] data) UserBitShared.ExceptionWrapper.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.ByteString data) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.CodedInputStream input) UserBitShared.ExceptionWrapper.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(InputStream input) UserBitShared.ExceptionWrapper.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.ExceptionWrapper.parseFrom
(ByteBuffer data) UserBitShared.ExceptionWrapper.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.getParserForType()
static com.google.protobuf.Parser<UserBitShared.ExceptionWrapper>
UserBitShared.ExceptionWrapper.parser()
SchemaUserBitShared.ExceptionWrapper.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserBitShared.ExceptionWrapper.MessageSchema.isInitialized
(UserBitShared.ExceptionWrapper message) UserBitShared.ExceptionWrapper.Builder.mergeCause
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.DrillPBError.Builder.mergeException
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper exception = 5;
void
SchemaUserBitShared.ExceptionWrapper.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.ExceptionWrapper message) UserBitShared.ExceptionWrapper.Builder.mergeFrom
(UserBitShared.ExceptionWrapper other) UserBitShared.ExceptionWrapper.newBuilder
(UserBitShared.ExceptionWrapper prototype) UserBitShared.ExceptionWrapper.Builder.setCause
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper cause = 4;
UserBitShared.DrillPBError.Builder.setException
(UserBitShared.ExceptionWrapper value) optional .exec.shared.ExceptionWrapper exception = 5;
void
SchemaUserBitShared.ExceptionWrapper.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.ExceptionWrapper message)