Uses of Class
org.apache.drill.common.exceptions.UserException
Package
Description
Various exceptions used in logical, physical and execution contexts.
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserException in org.apache.drill.common.exceptions
Modifier and TypeClassDescriptionclass
Wraps a DrillPBError object so we don't need to rebuilt it multiple times when sending it to the client. -
Uses of UserException in org.apache.drill.exec.client
-
Uses of UserException in org.apache.drill.exec.record
Modifier and TypeMethodDescriptionstatic UserException
AbstractRecordBatch.schemaChangeException
(SchemaChangeException e, String operator, org.slf4j.Logger logger) protected UserException
AbstractRecordBatch.schemaChangeException
(SchemaChangeException e, org.slf4j.Logger logger) -
Uses of UserException in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionvoid
AwaitableUserResultsListener.submissionFailed
(UserException ex) void
BlockingResultsListener.submissionFailed
(UserException ex) void
UserResultsListener.submissionFailed
(UserException ex) The query has failed.Modifier and TypeMethodDescriptionBlockingResultsListener.getNext()
Gets the next batch of query results from the queue. -
Uses of UserException in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionGet a plugin by name. -
Uses of UserException in org.apache.drill.exec.store.easy.json
Modifier and TypeMethodDescriptionprotected void
JSONRecordReader.handleAndRaise
(String suffix, Exception e) Deprecated. -
Uses of UserException in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeMethodDescriptionprotected UserException
JsonLoaderImpl.buildError
(UserException.Builder builder) JsonLoaderImpl.buildError
(ColumnMetadata schema, UserException.Builder builder) JsonLoaderImpl.dataConversionError
(ColumnMetadata schema, String tokenType, String value) JsonLoaderImpl.nullDisallowedError
(ColumnMetadata schema) JsonLoaderImpl.typeConversionError
(ColumnMetadata schema, String tokenType) JsonLoaderImpl.typeConversionError
(ColumnMetadata schema, ValueDef valueDef) JsonLoaderImpl.unsupportedJsonTypeException
(String key, ValueDef.JsonType jsonType) JsonLoaderImpl.unsupportedType
(ColumnMetadata schema) -
Uses of UserException in org.apache.drill.exec.store.easy.json.reader
Modifier and TypeMethodDescriptionprotected UserException
BaseJsonReader.createDocumentTopLevelException()
-
Uses of UserException in org.apache.drill.exec.store.easy.json.values
Modifier and TypeMethodDescriptionprotected UserException
ScalarListener.typeConversionError
(String jsonType)
UserException.Builder.build(Logger)
instead.