Uses of Class
org.apache.drill.common.exceptions.UserException
Packages that use 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
Subclasses of UserException in org.apache.drill.common.exceptionsModifier and TypeClassDescriptionclass
Wraps a DrillPBError object so we don't need to rebuilt it multiple times when sending it to the client.Methods in org.apache.drill.common.exceptions that return UserException -
Uses of UserException in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client with parameters of type UserException -
Uses of UserException in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return UserExceptionModifier 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
Methods in org.apache.drill.exec.rpc.user with parameters of type UserExceptionModifier and TypeMethodDescriptionvoid
AwaitableUserResultsListener.submissionFailed
(UserException ex) void
BlockingResultsListener.submissionFailed
(UserException ex) void
UserResultsListener.submissionFailed
(UserException ex) The query has failed.Methods in org.apache.drill.exec.rpc.user that throw UserExceptionModifier and TypeMethodDescriptionBlockingResultsListener.getNext()
Gets the next batch of query results from the queue. -
Uses of UserException in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that throw UserExceptionModifier and TypeMethodDescriptionGet a plugin by name. -
Uses of UserException in org.apache.drill.exec.store.easy.json
Methods in org.apache.drill.exec.store.easy.json that throw UserExceptionModifier and TypeMethodDescriptionprotected void
JSONRecordReader.handleAndRaise
(String suffix, Exception e) Deprecated. -
Uses of UserException in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader that return UserExceptionModifier 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
Methods in org.apache.drill.exec.store.easy.json.reader that return UserExceptionModifier and TypeMethodDescriptionprotected UserException
BaseJsonReader.createDocumentTopLevelException()
-
Uses of UserException in org.apache.drill.exec.store.easy.json.values
Methods in org.apache.drill.exec.store.easy.json.values that return UserExceptionModifier and TypeMethodDescriptionprotected UserException
ScalarListener.typeConversionError
(String jsonType)
UserException.Builder.build(Logger)
instead.