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 TypeClassDescriptionclassWraps 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 UserExceptionAbstractRecordBatch.schemaChangeException(SchemaChangeException e, String operator, org.slf4j.Logger logger) protected UserExceptionAbstractRecordBatch.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 TypeMethodDescriptionvoidAwaitableUserResultsListener.submissionFailed(UserException ex) voidBlockingResultsListener.submissionFailed(UserException ex) voidUserResultsListener.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 voidJSONRecordReader.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 UserExceptionJsonLoaderImpl.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 UserExceptionBaseJsonReader.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 UserExceptionScalarListener.typeConversionError(String jsonType)
UserException.Builder.build(Logger)instead.