public class InvalidMappingException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static InvalidMappingException |
emptyPrimaryKey(CQLWord variable) |
static InvalidMappingException |
encodeFailed(Field field,
CQLWord variable,
GenericType<?> fieldType,
DataType cqlType,
Object raw,
Exception cause) |
static InvalidMappingException |
extraneousField(Field field) |
static InvalidMappingException |
missingField(Field field,
CQLWord variable) |
static InvalidMappingException |
nullPrimaryKey(CQLWord variable) |
static InvalidMappingException |
unsetPrimaryKey(CQLWord variable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@NonNull public static InvalidMappingException extraneousField(@NonNull Field field)
@NonNull public static InvalidMappingException missingField(@NonNull Field field, @NonNull CQLWord variable)
@NonNull public static InvalidMappingException nullPrimaryKey(@NonNull CQLWord variable)
@NonNull public static InvalidMappingException emptyPrimaryKey(@NonNull CQLWord variable)
@NonNull public static InvalidMappingException unsetPrimaryKey(@NonNull CQLWord variable)
@NonNull public static InvalidMappingException encodeFailed(@NonNull Field field, @NonNull CQLWord variable, @NonNull GenericType<?> fieldType, @NonNull DataType cqlType, @Nullable Object raw, @NonNull Exception cause)
Copyright © 2017–2021 DataStax. All rights reserved.