See: Description
| Interface | Description |
|---|---|
| CustomErrorContext |
Generic mechanism to pass error context throughout the row set
mechanism and scan framework.
|
| Class | Description |
|---|---|
| ChildErrorContext |
Represents an additional level of error context detail that
adds to that provided by some outer context.
|
| EmptyErrorContext | |
| ErrorHelper |
Utility class that handles error message generation from protobuf error objects.
|
| TestUserException |
Test various use cases when creating user exceptions
|
| UserException.Builder |
Builder class for DrillUserException.
|
| UserExceptionUtils |
Provides utilities (such as retrieving hints) to add more context to UserExceptions.
|
| Exception | Description |
|---|---|
| DrillConfigurationException | |
| DrillException | |
| DrillIOException | |
| DrillRuntimeException | |
| ExecutionSetupException | |
| ExpressionParsingException | |
| LogicalOperatorValidationException | |
| LogicalPlanParsingException | |
| RetryAfterSpillException |
Special exception to be caught by caller, who is supposed to free memory by
spilling and try again
|
| UserException |
Base class for all user exception.
|
| UserRemoteException |
Wraps a DrillPBError object so we don't need to rebuilt it multiple times
when sending it to the client.
|
| Error | Description |
|---|---|
| DrillError |
Copyright © 2021 The Apache Software Foundation. All rights reserved.