public class InvalidConversionError extends UnsupportedOperationException
for a setup tie exception where the conversion
is not supported for any values.
,
Serialized FormConstructor 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, toString
public InvalidConversionError(String message)
public static InvalidConversionError writeError(ColumnMetadata schema, Object value)
public static InvalidConversionError writeError(ColumnMetadata schema, Object value, Exception e)
Copyright © 1970 The Apache Software Foundation. All rights reserved.