public class InvalidConversionError extends UnsupportedOperationException
for a setup tie exception where the conversion
is not supported for any values.,
Serialized Form| Constructor and Description |
|---|
InvalidConversionError(String message) |
InvalidConversionError(String message,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidConversionError |
writeError(ColumnMetadata schema,
Object value) |
static InvalidConversionError |
writeError(ColumnMetadata schema,
Object value,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConversionError(String message)
public static InvalidConversionError writeError(ColumnMetadata schema, Object value)
public static InvalidConversionError writeError(ColumnMetadata schema, Object value, Exception e)
Copyright © 2021 The Apache Software Foundation. All rights reserved.