public class UnsupportedColumnTypeException extends RuntimeException
| Constructor and Description |
|---|
UnsupportedColumnTypeException(String columnName,
ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
ColumnType |
getColumnType() |
static String |
message(String columnName,
ColumnType columnType) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedColumnTypeException(String columnName, @Nullable ColumnType columnType)
public static String message(String columnName, @Nullable ColumnType columnType)
public String getColumnName()
@Nullable public ColumnType getColumnType()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.