Package | Description |
---|---|
org.apache.drill.exec.exception |
Execution-time exceptions.
|
Modifier and Type | Method and Description |
---|---|
MetadataException.MetadataExceptionType |
MetadataException.getExceptionType() |
static MetadataException.MetadataExceptionType |
MetadataException.MetadataExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataException.MetadataExceptionType[] |
MetadataException.MetadataExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MetadataException |
MetadataException.of(MetadataException.MetadataExceptionType exceptionType) |
static MetadataException |
MetadataException.of(MetadataException.MetadataExceptionType exceptionType,
Throwable cause) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.