Uses of Enum
org.apache.drill.exec.exception.MetadataException.MetadataExceptionType
Packages that use MetadataException.MetadataExceptionType
-
Uses of MetadataException.MetadataExceptionType in org.apache.drill.exec.exception
Methods in org.apache.drill.exec.exception that return MetadataException.MetadataExceptionTypeModifier and TypeMethodDescriptionMetadataException.getExceptionType()Returns the enum constant of this type with the specified name.MetadataException.MetadataExceptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.exception with parameters of type MetadataException.MetadataExceptionTypeModifier and TypeMethodDescriptionstatic MetadataExceptionMetadataException.of(MetadataException.MetadataExceptionType exceptionType) static MetadataExceptionMetadataException.of(MetadataException.MetadataExceptionType exceptionType, Throwable cause)